Use HTML id instead of empty named anchors in headings

XMLWordPrintable

      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.

            Assignee:
            Christopher Owen [Atlassian]
            Reporter:
            Christopher Owen [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: