User Impact: Major
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Solution Techniques:
Automated Test Accuracy:
High
Check1st Severity:
2
DRRSAG Designations:
Identify the main content in the document. If possible use the HTML <main>
element for this content. Otherwise add the attribute role="main"
to the corresponding element.
Engine scans the webpage for a <main>
element or an element with the attribute role="main"
.
Landmark roles (or “landmarks”) programmatically identify sections of a page. Landmarks help assistive technology (AT) users orient themselves to a page and help them navigate easily to various sections of a page.
They also provide an easy way for users of assistive technology to skip over blocks of content.