WCAG 1.3.2: Meaningful Sequence
Success Criterion 1.3.2 — Level A
Quick Answer
If the order of content matters, that order must be preserved in the code.
Why It Matters
If CSS changes the visual order but not the DOM order, screen readers read content in the wrong sequence.
How to Audit
Run an automated accessibility scan to detect common Meaningful Sequence failures. Then manually verify with: keyboard-only navigation, a screen reader (VoiceOver on Mac, NVDA on Windows), and browser developer tools. Automated tools catch approximately 40% of Meaningful Sequence issues — manual testing is essential.
How to Fix
Ensure DOM order matches visual reading order. Don't use CSS to create visual sequences different from the code.
Frequently Asked Questions
What is WCAG 1.3.2 Meaningful Sequence?
If the order of content matters, that order must be preserved in the code.
Is WCAG 1.3.2 required for ADA compliance?
WCAG 2.1 Level A is the minimum baseline for ADA website compliance. Courts have upheld WCAG 2.1 AA as the standard for ADA Title III lawsuits.
How do I fix WCAG 1.3.2 violations?
Ensure DOM order matches visual reading order. Don't use CSS to create visual sequences different from the code.
Scan Your Site for WCAG 1.3.2 Issues
Get a free automated accessibility report including all WCAG 2.1 AA violations.
Run Free Accessibility Scan