Content Reflow on Mobile
Content reflow is the ability of a web page to rearrange itself so it can be read and used on small screens or when zoomed in, without forcing the user to scroll sideways to see everything. This helps people who use mobile devices, screen magnification, or have low vision. When reflow works well, no information or features are lost as the layout adjusts to fit a narrower view.
Reflow is addressed by WCAG Success Criterion 1.4.10 (Reflow), a Level AA criterion added in WCAG 2.1. It generally requires that content be presentable without loss of information or functionality, and without requiring scrolling in two dimensions, at a width equivalent to 320 CSS pixels (commonly framed as supporting content up to 400% zoom for a viewport of 1280 CSS pixels). This is typically achieved through responsive design techniques such as CSS breakpoints that change the page layout at defined viewport sizes so content adapts to the available space. Certain content that requires two-dimensional layout for use or meaning (for example some data tables, images, or interfaces) may be excepted. Meeting 1.4.10 supports users on mobile devices, users of screen magnification, and users with low vision; verifying reflow generally requires manual testing across viewport sizes and zoom levels rather than automated checks alone.
Why it matters
Content reflow directly affects whether people can read and operate a web page when they need to enlarge it or view it on a small screen. Without reflow, users who zoom in or use screen magnification may be forced to scroll horizontally to read a single line of text or reach a control, which makes content slow and frustrating to use and can cause information or functionality to be lost entirely. This burden falls most heavily on people with low vision, users of screen magnification, and the large population of people accessing the web on mobile devices.
Reflow is codified as WCAG Success Criterion 1.4.10, a Level AA criterion added in WCAG 2.1. Because AA is the conformance level most commonly cited as a target in accessibility policies, settlements, and agency guidance, reflow is frequently part of what organizations assess when evaluating their digital properties. Meeting this criterion supports a more usable experience across the wide range of viewport sizes and zoom levels people actually use.
It is important to note that satisfying 1.4.10 is one part of accessibility, not a guarantee of a fully accessible experience or of legal compliance. Conformance requirements evolve through regulation and case law, and this entry is not legal advice; organizations should consult qualified counsel and current agency rulemaking for their specific obligations.
Who it's relevant to
Inside Content Reflow on Mobile
Common questions
Answers to the questions practitioners most commonly ask about Content Reflow on Mobile.