WCAG 1.4.4: Resize Text
This documentation page explains WCAG 2.1 Success Criterion 1.4.4 Resize Text (opens in a new tab), an essential guideline for web accessibility. This criterion requires that text on a webpage can be resized up to 200% without loss of content or functionality, using a browser’s built-in text resizing features rather than relying on assistive technologies or full-page zoom.
The core principle is to empower users to adjust text size to meet their individual visual needs, ensuring that critical information and interactive elements remain fully accessible and usable at larger scales.
Why Resize Text Matters
The ability to resize text is fundamental for a wide range of users, directly impacting readability and usability. Small text can be a significant barrier, leading to eye strain, fatigue, and even preventing users from accessing content altogether.
Who Benefits?
Ensuring text is resizable allows users to personalize their viewing experience, making content more inclusive and less strenuous to consume. It promotes independence and reduces the need for external assistive technologies for this specific task.
WCAG 1.4.4 Success Criterion Details
The official wording for Success Criterion 1.4.4 is:
1.4.4 Resize Text (Level AA): Text can be resized without assistive technology up to 200 percent without loss of content or functionality.
Requirements Explained:
Practical Guidelines for Compliance
Meeting WCAG 1.4.4 primarily involves thoughtful CSS and responsive design principles. The goal is to create flexible layouts that adapt gracefully to increased text sizes.
Do’s:
Don’ts:
Code Examples
Correct Implementation
This example demonstrates using relative units for font sizes and a flexible layout that accommodates text resizing.
Incorrect Implementation
This example shows common mistakes that lead to failure of WCAG 1.4.4, such as fixed pixel units and restrictive layouts.
Best Practices and Common Pitfalls
Best Practices:
Common Pitfalls:
Related WCAG Guidelines
Success Criterion 1.4.4 Resize Text is closely related to other guidelines that promote flexible and adaptable content:
Further Resources
Related posts
- WCAG 5.2.3: Complete processes
- WCAG 5.2.4: Only Accessibility-Supported Ways of Using Technologies
- WCAG 5.2.5: Non-Interference
- WCAG 5.3.1: Required elements of the conformity declaration
- WCAG 5.3.2: Optional Components of a Conformance Claim
Still looking for answers?
Ask our experts using online chat