WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: SC 1.4.4: Failures and Sufficient Techniques

for

From: Patrick H. Lauke
Date: Apr 8, 2019 9:23AM


On 08/04/2019 16:19, Steve Green wrote:
> Pinch to zoom does what you would expect - it makes everything larger - but that is not the case with zooming on desktop browsers. I am guessing that is because pinch-to-zoom works directly with the video card, whereas browser zoom is presumably done via the browser's rendering engine.

Just on that point, the simpler answer is: on desktop, when zooming, the
browser reflows content (if the content is responsive/adapts to the
width of the window). On mobile/tablet, there's an additional viewport
that determines the "logical" width of content, and any zooming that
happens with pinch-to-zoom then zooms into that without any additional
reflow.

P
--
Patrick H. Lauke

www.splintered.co.uk | https://github.com/patrickhlauke
http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke