WCAG 1.4.12: Text Spacing
Success Criterion 1.4.12 — Level AA
Quick Answer
Content must not lose functionality when text spacing is increased (line height 1.5x, letter spacing 0.12em, etc.).
Why It Matters
Users with dyslexia and low vision increase text spacing for readability. Overflow-hidden elements cut off content.
How to Audit
Run an automated accessibility scan to detect common Text Spacing 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 Text Spacing issues — manual testing is essential.
How to Fix
Test with bookmarklet that applies WCAG text spacing requirements. Fix overflow and fixed-height containers.
Frequently Asked Questions
What is WCAG 1.4.12 Text Spacing?
Content must not lose functionality when text spacing is increased (line height 1.5x, letter spacing 0.12em, etc.).
Is WCAG 1.4.12 required for ADA compliance?
WCAG 2.1 Level AA is the standard referenced in most ADA website lawsuits and DOJ guidance. All Level AA criteria including this one are relevant to legal compliance.
How do I fix WCAG 1.4.12 violations?
Test with bookmarklet that applies WCAG text spacing requirements. Fix overflow and fixed-height containers.
Scan Your Site for WCAG 1.4.12 Issues
Get a free automated accessibility report including all WCAG 2.1 AA violations.
Run Free Accessibility Scan