RatedWithAI

RatedWithAI

Accessibility scanner

WCAG 2.1

1.4.4 Resize Text

Level AA success criterion

Text should be resizable up to 200% without loss of content or functionality.

Why it matters

Users who rely on zoom should not lose access to content or controls when text is enlarged.

Common violations

  • Fixed-height containers that clip text
  • Text overlaps at 200% zoom
  • Components that break when font size changes

Code examples

Bad

<div style="height:40px; overflow:hidden">...</div>

Good

<div class="min-h-[40px]">...</div>

How to fix

Use flexible layouts, allow containers to grow, and test zoom levels to ensure content reflows properly.

Related criteria

Related resources

Test & fix this criterion

Use these free tools and guides to check and fix 1.4.4 Resize Text violations:

Scan your site

Check your WCAG coverage in minutes

Start a free scan