Zoom
Vision disabilities often make it hard to perceive content on a web page. There are various assistive technologies available to help with this, and one of these tools is the ability to zoom a page.
There are at least three types of zoom:
- "Pinch" zoom
- Browser/OS zoom
- Browser default font size
"Pinch" zoom is likely familiar to anyone who has used a browser on a tablet or smartphone. It zooms in on a particular part of the UI, but you then have to scroll left and right as well as up and down to see everything.
Browser/OS zoom works slightly differently. Effectively, this adjusts the size of a CSS pixel, meaning everything scales up as though the browser window were a little smaller, but because the browser window isn't any smaller everything is able to zoom in by the same amount.
Changing the default font size in your browser is the odd one out here. With some exceptions, both "pinch" zoom and browser/OS zoom generally work seamlessly for any responsive design, regardless of how it was put together. But changing the default font size in your browser only affects a web page if sizes are specified relative to the base font size.