Goal
Ensure content reflows for small viewports and zoom without requiring two-dimensional scrolling.
Loading ...
Success Criterion · WCAG 1.4.10
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 and horizontal scrolling content at a height equivalent to 256 CSS pixels.
Goal
Ensure content reflows for small viewports and zoom without requiring two-dimensional scrolling.
What to do
Support reflow at 320 CSS pixels wide (or 256 CSS pixels high) without loss of content/functionality.
Why it matters
Users who zoom or use small screens must not be forced to scroll both horizontally and vertically to read or use content.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
Content can be presented without loss of information or functionality, and without requiring scrolling in two dimensions for: (1) Vertical scrolling content at a width equivalent to 320 CSS pixels; (2) 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.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Users may abandon tasks when forced to scroll horizontally for each line of text.
Critical controls may become off-screen or hidden at high zoom.
Forms may become unusable if labels/inputs don’t stack and reflow.
Exception guidelines
Document the rationale for each exception and note which alternative support you provide.
Some content requires both axes for meaning or use (e.g., maps, complex charts, data tables).
Requirement
Only the parts that require 2D layout are exempt; surrounding UI should still reflow.
At high zoom or on small screens, content should reflow into a single scrolling direction. You should not require users to scroll both horizontally and vertically to read text or complete tasks. Some content (like large data tables, maps, or diagrams) may legitimately require two-dimensional layout.
Reference: All summaries and highlights originate from Understanding WCAG 1.4.10 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Sidebar collapses below content and the page becomes a single column at 320px.
Fail
Two columns remain fixed; users must scroll horizontally to read text.
Pass
Labels and inputs stack vertically; buttons wrap to new lines.
Fail
Fields remain on one row and extend off-screen at high zoom.
Pass
Table is scrollable horizontally, and a “stacked row” view is available for small screens.
Fail
Entire page requires horizontal scrolling because the table forces the layout wider.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria