• Success Criterion 1.3.2
  • Conformance level A

1.3.2 · Meaningful Sequence

Lesson overview · Meaningful Sequence

In plain language

The reading order in the code must match the order that makes sense visually.

Who it affects

Screen-reader and keyboard users who encounter content in DOM order.

How to check

Read the page top-to-bottom with a screen reader (or disable CSS): the content must still make sense in that order.

Common misconception

CSS can rearrange what people see without changing what's in the code. A sighted user and a screen-reader user can end up experiencing two completely different reading orders from the same page.

Learn more

Scenarios in this lesson