View the source code for this site on GitHub Skip to main content

WCAG 1.4.4 Resize Text

This page demonstrates how to meet and how to fail the WCAG 2.1 criterion 1.4.4: Resize Text (Level AA).

What to Avoid: Text That Can't Be Resized

This text is inside a container that hides overflow and uses fixed units, so when you zoom or increase font size, some of the text may be cut off or hidden.

Example: Resizable Text

This text is inside a flexible container. When you zoom or increase font size, all content remains visible and usable.

Best Practices Summary

  • Use relative units (em, rem, %, vw) for text and layout
  • Avoid fixed heights/widths and overflow: hidden for text containers
  • Test your site by zooming in or increasing browser text size up to 200%
  • Ensure all content and functionality remain accessible when text is resized