- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Thu, 4 Jan 2018 23:23:47 +0000
- To: w3c-wai-ig@w3.org
On 04/01/2018 22:45, Jonathan Avila wrote: > A classic example of this is > pinch zooming in a map to read the street names but when the map gets > bigger the street names don’t enlarge or sometimes even get smaller. Worth noting that this classic map example (assuming you mean things like Google Maps) has absolutely nothing to do with responsive design or even with zooming per se. JavaScript is intercepting all touches/gestures/mouse wheel zooms within the bounds of the map element, preventing the browser's actual zoom logic to kick in, and instead it loads different map tiles and overlays them with street names etc. So let's not confuse matters further here by dragging in things that aren't really related to responsive design at all. 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
Received on Thursday, 4 January 2018 23:24:16 UTC