Tab order wrong Accessibility Checkpoint

Description

The tab order does not follow logical sequences on the page.

Help

Renumber the tabindex values so the tab order matches the reading order of the content, or remove positive tabindex values entirely and let the tab order follow the document order (using tabindex=0 where needed).

Applicable standards

Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints. EN 301 549 checkpoints are equivalent to WCAG 2.1 level A and level AA checkpoints.

Change history

  • 6.51 Dec 2023 Don’t fire on elements removed from tab order by CSS.
  • 5.4 Feb 2014 Fixed false positive.
  • 4.7 Jun 2012 Don’t fail on success examples from WCAG 2.0 H4.
  • 3.1 Feb 2009 Improve detection of tabindex values.
  • 3.0 Dec 2008 Added.

This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.

Rule ID: AccWcag2-F44-1