9.2
On each web page, is the document structure consistent (excluding special cases)?
WCAG Reference
WCAG 1.3.1Tests
- 9.2.1
On each web page, do the key regions of the page that make up the document structure meet these conditions?
The element containing the page header region has a computed role ofbanner.
The elements containing the primary and secondary navigation regions have a computed role ofnavigation.
The element containing the search engine region has a computed role ofsearch.
The element containing the main content region has a computed role ofmain.
The element containing the footer region has a computed role ofcontentinfo. - 9.2.2
On each web page, do the document structure meet these conditions?
The document structure uses a single visible element with the computed role ofmain.
The document structure uses a single visible element with the computed role ofbanner.
The document structure uses a single visible element with the computed role ofcontentinfo.
Elements that have a computed role ofnavigationare reserved for structuring primary and secondary navigation regions. - 9.2.3
The
<header>element, without the WAI-ARIAroleattribute, used to structure the header region of the page, is nested within an element with a computed role other thanarticle,complementary,main,navigation, andsection. Is this rule respected? - 9.2.4
The
<footer>element, without the WAI-ARIAroleattribute, used to structure the footer region of the page, is nested within an element with a computed role other thanarticle,complementary,main,navigation, andsection. Is this rule respected?
WCAG Techniques
- ARIA11
- G115
- H97
- H101