Reflow
Reflow is the ability of content to rearrange itself so it fits within a smaller screen or a zoomed-in view without forcing the user to scroll in two directions to read it. This helps people who enlarge text or use small screens read content by scrolling in only one direction. In web browsers, the term can also refer more generally to the process of recalculating the position and layout of page elements.
In the accessibility context, reflow refers to the presentation of content in a way that allows it to be resized or presented at reduced viewport dimensions without loss of information or functionality, and without requiring scrolling in two dimensions for the primary reading direction. Reflow describes the rearranging of electronic text and layout as features such as type size, line length, and spacing vary. In front-end web development, the term reflow is also used to describe the browser's recalculation of the position and geometry of parts of a webpage, such as after an interactive update. Note that this term is distinct from unrelated uses of "reflow," such as reflow soldering in electronics manufacturing. This entry is general guidance and not legal advice; specific conformance targets and testing methods should be confirmed against current WCAG documentation and, where relevant, qualified counsel.
Why it matters
Reflow directly affects whether people who need to enlarge content can actually read it. When a user zooms in or views a page on a small screen, content that does not reflow can force scrolling in two directions at once, both horizontally and vertically, to follow a single line of text, which is difficult and error-prone for many users, particularly those with low vision. Content that reflows into a single column or otherwise adapts to the available space allows reading by scrolling in only one direction, reducing this burden.
Because reflow supports resizing and reduced viewport dimensions without loss of information or functionality, it is closely tied to how usable a site is across the wide range of devices and zoom settings people actually use. A layout that appears complete at full width but breaks, clips, or hides content when magnified can leave users unable to access information or complete tasks. Meeting reflow expectations is one factor in a broader accessibility effort; conformance with any single success criterion does not by itself guarantee an accessible experience or immunity from legal claims.
Note that "reflow" is used in more than one sense. In front-end development it can refer generally to the browser recalculating the position and geometry of page elements after an update, and the same word appears in unrelated fields such as reflow soldering in electronics manufacturing. In the accessibility context, the relevant meaning is the rearrangement of content so it fits smaller or zoomed views without two-dimensional scrolling. This entry is general guidance and not legal advice; confirm specific conformance targets and testing methods against current WCAG documentation and, where relevant, qualified counsel.
Who it's relevant to
Inside Reflow
Common questions
Answers to the questions practitioners most commonly ask about Reflow.