Text Resizing
Text resizing is the ability to make on-screen text larger so it is easier to read, without breaking the layout or hiding any content or features. It helps people with low vision or reading difficulties adjust text to a comfortable size using their browser or device settings, rather than needing separate assistive technology.
Text resizing refers to enabling users to scale text without loss of content or functionality. Under WCAG 2.1 Success Criterion 1.4.4 Resize Text (Level AA, originally introduced in WCAG 2.0), text (except captions and images of text) must be resizable without assistive technology up to 200 percent without loss of content or functionality. This is distinct from page zoom; some practitioners use the term 'font scaling' to describe adjusting text size independently of overall page zoom. Meeting this criterion is commonly verified through manual testing, since automated tools detect only a portion of related issues.
Why it matters
Text resizing directly affects whether people with low vision, age-related vision changes, or reading difficulties can access content on a page. When text can be enlarged to a comfortable size, these users can read independently using built-in browser or device settings rather than relying on separate assistive technology. When resizing breaks the layout, clips content, or disables features, the practical result is that some users are locked out of information or functionality that everyone else can use.
Under WCAG 2.1 Success Criterion 1.4.4 Resize Text (Level AA, originally introduced in WCAG 2.0), text other than captions and images of text must be resizable up to 200 percent without loss of content or functionality. AA is the conformance level most commonly cited as a target in accessibility programs and in many settlements and agency guidance, so failing this criterion can contribute to both usability barriers and potential exposure to accessibility-related complaints. It is worth emphasizing that meeting a success criterion is not the same as guaranteeing a fully usable experience or legal immunity; this entry is not legal advice, and requirements evolve through regulation and case law.
Because layout problems from resizing often appear only when text is actually enlarged, these issues are easy to miss during ordinary development and are frequently caught only through deliberate testing. Automated tools detect only a portion of related issues, so overlooked resizing failures can persist in production and affect real users who depend on larger text every day.
Who it's relevant to
Inside Text Resizing
Common questions
Answers to the questions practitioners most commonly ask about Text Resizing.