Info or functionality is lost due to overlapping content at 320px equivalent

Link to Info or functionality is lost due to overlapping content at 320px equivalent copied to clipboard

content-reflow-content-lost

Rule

Content MUST be presented without loss of information or functionality when the viewport is set to 320 pixel width equivalent.

Background

People with low vision often read content on a desktop computer by scaling content using the browser zoom - up to 400%. When zooming causes content to overlap other content, users with low vision may not be able to see or use that content. When content is created so that it reflows without losing information or functionality at screen widths down to 320px, users can view a web page in a 1280px width browser screen and zoom the content to 400% (320px) without having to scroll side to side to read and without losing access to content.

How to Fix

Fix this issue by ensuring content does not overlap other content when the screen width is set to 320px by using techniques such as CSS media queries, grids, or flexbox to reflow content down to 320px width.