-
Suggestion
-
Resolution: Fixed
-
None
We should assign the generated anchor name of a heading to its ID instead of using named anchor elements.
Current behaviour:
<h1><a name="Page-aHeading"></a>A Heading</h1>
Improved behaviour:
<h1 id="Page-aHeading">A heading</h1>
This results in cleaner markup and is probably easier for WYSIWYG editors to grok.
All modern browsers (and quite a few older ones) support id based anchors.
- causes
-
CONFSERVER-8238 Header anchors do not work in Firefox with non-ASCII characters
-
- Closed
-
- relates to
-
CONFSERVER-8028 Heading anchors should wrap headings instead of preceding them
- Closed