On 2017-11-10 14:02, Rainer Müller wrote: > On 2017-11-05 21:17, Eitan Adler wrote: >> Clemens Lang (neverpanic) pushed a commit to branch master >> in repository macports-guide. >> >> https://github.com/macports/macports-guide/commit/a5ef96ad21a3ae4c18769b5131c2b25d8d22d276 >> >> The following commit(s) were added to refs/heads/master by this push: >> new a5ef96a Convert from docbook 4.5 -> 5.0 a5ef96a is described below >> >> commit a5ef96ad21a3ae4c18769b5131c2b25d8d22d276 Author: Eitan Adler >> <[email protected]> >> AuthorDate: Sun Nov 5 10:07:23 2017 -0800 >> >> Convert from docbook 4.5 -> 5.0 > After this, the chapter/section headlines are no longer clickable > anchors as they were before. This makes it harder to link to a specific > topic in the guide. > > How can we get the old behavior back with DocBook 5.0?
The problem is that you changed the previous id="" to xml:id="". What was the reason for this change? This xml:id="" will make it through to the HTML output unmodified. Now the CSS rules cannot match on the id="" attribute, which also affects other parts of the design. Rainer
