You can zoom in 400% without losing content/functionality or horizontal scrolling

Design Notes

Ensure your designs are responsive

For people with moderate visual impairment, it's important to be able to re-size content using browser zoom functions. When users do this on desktop-style browsers they eventually reach mobile size for media queries. Consider how content works in a single column layout and ensure priority content and functionality is operable on smaller screens.

Consider the landscape orientation usage of the small-screen view, and take care with fixed-position elements — do they overlap, obscure or otherwise interfere with using the interface.

For optimal designs across device sizes and orientations it may be that fixed elements such as headers/footers are un-fixed at a certain zoom percentage (e.g. using CSS breakpoints).

More information:

Developer Notes

Ensure the interface is usable when zoomed to 400%

Allow the browser zoom function to increase the size of content to 400% without requiring scrolling in more than one direction (horizontal and vertical). This helps people with low vision. Information and functionality must not be lost for users who are zoomed in.

When using zoom users should be able to view and use all content at an equivalent of 320px wide (e.g. with a 1280px window at 400% zoom).

Some key considerations

Common mistakes

Information and tools

Testing Notes

You can zoom in 400% without losing content / functionality or horizontal scrolling

Content can be presented without loss of information or functionality, and without requiring scrolling in two dimensions for:

Except for parts of the content which require two-dimensional layout for usage or meaning.

Steps to check

Impact range: High - Critical

Test type: Semi-automated

Tool: ARC Toolkit ('Check page reflow' checkbox)

WCAG Reference: Understanding Success Criterion 1.4.10: Reflow