Perceivable · Level A · Introduced in WCAG 2.0
WCAG 1.3.2: Meaningful Sequence
Published by whatisADA / Grow Wild Agency · Updated
What this criterion means
When the order of content affects meaning, the programmatically determined reading sequence must preserve that meaning. A responsive layout can move items visually while leaving an unusable reading order.
A practical example
An instruction card visually places “Step 2” after “Step 1,” but its DOM places the warning after the final step. Reorder the document so the warning is encountered before the dangerous action at every breakpoint.
How to check it
- Choose content whose sequence matters, such as instructions, conversations or multi-column forms.
- Read it in DOM order or with a screen reader's continuous reading command.
- Compare desktop and narrow layouts and verify that the sequence still communicates the intended relationships.
What can be missed
Not every difference between visual order and DOM order is a failure. Evaluate whether meaning changes, and separately test the keyboard focus sequence under 2.4.3.
Record your test
Use this worksheet to record what you actually checked. Notes stay on this device when you choose Save; they are not sent to us. Avoid personal or confidential information on shared devices.
These are your observations, not automated results or a conformance certificate. A complete evaluation needs appropriate scope, supported technologies, all applicable criteria and relevant page states.
Primary sources and scope
This is independent implementation guidance with original examples. The linked standard contains the full definitions, exceptions and conformance requirements. A criterion or checklist alone does not establish legal applicability or whole-site conformance.