Skip to main content
WCAG success criterion · Operable

2.4.3 Focus Order

Guideline 2.4 Navigable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

If a page can be navigated sequentially, focusable components receive focus in an order that preserves meaning and operability.

Who it helps

Keyboard and screen reader users following the tab sequence.

Example: fails vs passes

Fails
<input tabindex="3"> <input tabindex="1"> <button tabindex="2">
Passes
<!-- no positive tabindex; DOM order carries the sequence -->
    <input> <input> <button>

Positive tabindex values create jumping focus. Manage dialog focus in JS: in on open, back to trigger on close.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.4.3?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial