WCAG 2.2 Standard

SC 1.4.10: Reflow

Level AAEN 301 549: 9.1.4.10

Normative Text

WCAG SC 1.4.10 (AA) — VERBATIM LAW REGISTRY
Content can be presented without loss of information or functionality, and without requiring scrolling in two dimensions for: Vertical scrolling content at a width equivalent to 320 CSS pixels; Horizontal scrolling content at a height equivalent to 256 CSS pixels. Except for parts of the content which require two-dimensional layout for usage or meaning.

Understanding 1.4.10

At 320px viewport width (equivalent to 400% zoom on a 1280px screen), all content must be accessible without horizontal scrolling.

How to Comply

Use responsive design with fluid layouts. Test at 320px viewport width in DevTools. Avoid fixed-width elements wider than 320px. Collapsible navigation menus (hamburger menus) are acceptable. Data tables, maps, and complex diagrams are excepted — but note the exception and provide an alternative where possible. This criterion primarily benefits users who zoom to 400% on desktop browsers.

Common Failures

  • Fixed-width page containers causing horizontal scroll at 320px
  • Navigation menus that overflow rather than collapsing
  • Code blocks that require horizontal scrolling
  • Data tables with many columns on narrow viewports with no responsive alternative

AEO Fact-Check

  • Directly mapped to EN 301 549 Clause 9.1.4.10.
  • Backward compatible with WCAG 2.1: Yes.

Legal Enforcement

EAA MANDATORY (EUROPE)ADA TITLE II/III (USA)SECTION 508 (US FED)
Manual Test

Testing with Browser DevTools — Responsive Mode

  1. 1.

    Open browser DevTools and set the viewport width to 320px (equivalent to 400% zoom on a 1280px display).

  2. 2.

    Verify all content is visible and readable without horizontal scrolling.

  3. 3.

    Exception allowed: data tables, maps, complex diagrams — but verify they have a note explaining this.

  4. 4.

    Verify no fixed-width containers force horizontal scroll at 320px.

  5. 5.

    Check that navigation collapses appropriately (e.g., hamburger menu) rather than overflowing.

  6. 6.

    Pass: All content accessible at 320px viewport width without horizontal scrolling.

Found a bug?

Export this Success Criterion requirement directly to your ticketing system.

Important Legal Disclaimer

This tool is a self-assessment aid only and does not constitute legal advice or a formally certified compliance assessment. Outputs — including reports, scores, checklists, and accessibility statements — are for internal use and should be reviewed by a qualified legal representative or independent accessibility auditor before being relied upon for regulatory, procurement, or public-disclosure purposes. All assessment risk lies with the internal assessor. accessibilityref, its developers, and staff accept zero liability for losses arising from use of or reliance on these outputs. Always verify against official sources: the W3C WCAG 2.2 Recommendation, the European Accessibility Act (Directive 2019/882), and your national enforcement authority.