| Meeting Requirements for Accessibility / Working with Heading Tags (<H1>-<H6>) to Organize Information | |
Section heading tags (H2-H6) are automatically assigned to all sections with a Title element.
The H1 tag is reserved for the Document Title (Prolog/DocTitle/Title element). The H2 tag is used for 2nd degree section levels defined as sections or signaturesection elements that are a child of the Body element (Document>Body>Section>Title) and any subsections are tagged as H3-H6 based on nesting level.
The maximum number of levels supported for section tagging is six. Heading tags will not be created for any nested section levels beyond six.
The logic to derive the level number includes all Section elements regardless if the Title element for the section exists. Only those Sections with the Title element are tagged with a heading tag.