Skip to main content
WCAG success criterion · Perceivable

1.4.10 Reflow

Guideline 1.4 Distinguishable. Level AA, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

Content must reflow to a 320 CSS pixel wide viewport (equivalent to 400% zoom on a 1280px screen) without two-dimensional scrolling, except for content that genuinely needs 2D layout such as maps, data tables and diagrams.

Who it helps

People with low vision who zoom heavily, and every phone user.

Example: fails vs passes

Fails
.layout { width: 1200px; }
Passes
.layout { max-width: 1200px; width: 100%; }
    @media (max-width: 480px) { .layout { padding: 0 16px; } }

Test at 320px width (400% zoom). Only maps, data tables and diagrams may scroll in two dimensions - inside their own container.

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.10?

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