Improve accessibility by following these recommendations:
-
[accesskey]
values are unique: Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. -
The page contains a heading, skip link, or landmark region: Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently.
-
Heading elements appear in a sequentially-descending order: Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies.
-
No element has a
[tabindex]
value greater than 0: A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies.