WCAG 1.4.4: Resize Text
Success Criterion 1.4.4 — Level AA
Quick Answer
Text must be resizable up to 200% without loss of content or functionality.
Why It Matters
Users with low vision increase browser text size. Fixed-size text becomes unreadable at 200%.
How to Audit
Run an automated accessibility scan to detect common Resize Text 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 Resize Text issues — manual testing is essential.
How to Fix
Use relative units (rem, em, %) not px for font sizes. Test at 200% browser zoom.
Frequently Asked Questions
What is WCAG 1.4.4 Resize Text?
Text must be resizable up to 200% without loss of content or functionality.
Is WCAG 1.4.4 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.4 violations?
Use relative units (rem, em, %) not px for font sizes. Test at 200% browser zoom.
Scan Your Site for WCAG 1.4.4 Issues
Get a free automated accessibility report including all WCAG 2.1 AA violations.
Run Free Accessibility Scan