Skip to main content
WCAG success criterion · Perceivable

1.4.4 Resize Text

Guideline 1.4 Distinguishable. Level AA, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Text must be resizable up to 200% without assistive technology and without loss of content or functionality.

Who it helps

People with low vision who enlarge text rather than use a screen magnifier.

Example: fails vs passes

Fails
.hero p { font-size: 13px; }
    .card { height: 96px; overflow: hidden; }
Passes
.hero p { font-size: 0.9rem; }
    .card { min-height: 96px; }

At 200% zoom nothing may clip or overlap. Relative units and growable containers get you there.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.4.4?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial