• Success Criterion 2.4.3
  • Conformance level A

2.4.3 · Focus Order

Lesson overview · Focus Order

In plain language

Keyboard focus must move through the page in an order that makes sense.

Who it affects

Keyboard and screen-reader users who follow focus rather than the pointer.

How to check

Tab through each page and each dialog: focus should follow the visual/logical flow, enter dialogs when they open, and return to the trigger when they close.

Common misconception

Visual order and DOM order can look identical to a sighted developer and still diverge completely for a screen reader, especially once CSS positioning or grid layout gets involved.

Learn more

Scenarios in this lesson