Navigation

These are opportunities to improve keyboard navigation in your application.

Improve accessibility by following these recommendations:

[accesskey] values are unique href="#accesskey-values-are-unique"

Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.

Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more about bypass blocks.

Heading elements appear in a sequentially-descending order href="#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. Learn more about heading order.

No element has a [tabindex] value greater than 0 href="#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. Learn more about the tabindex attribute.

Related

Topics

Contact us