Page Zoom and Scaling

Checks if the page is readable and functional when zoomed to 200%.

What is this check?

This is a manual check to ensure that when you zoom the page to 200%, all content is still readable and functional without requiring horizontal scrolling.

Why is it important?

Users with low vision often use browser zoom to increase the size of text. A responsive and well-structured layout should reflow gracefully at high zoom levels.

What is the impact?

If content gets cut off or requires horizontal scrolling at 200% zoom, it fails accessibility standards and is difficult for users with low vision to use.

Example Implementation

To test this, hold 'Ctrl' (or 'Cmd' on Mac) and press the '+' key until your browser's zoom level reaches 200%. Check that the layout adapts and no content is hidden off-screen.