Changes between Version 9 and Version 10 of ScalesAndZooms
- Timestamp:
- Mar 5, 2013, 5:41:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScalesAndZooms
v9 v10 42 42 43 43 CSS and SVG both expose transform functionality that can cause parts of the page to be scaled. This could be either an explicit scale transform or a more complicated transformation that includes scaling. This changes the local coordinate space for part of the DOM. 44 45 == Reference == 46 * [http://www.quirksmode.org/mobile/viewports2.html A tale of two viewports — part two] 47 * [http://www.quirksmode.org/mobile/tableViewport.html Browser compatibility — viewports] 48 * [http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html devicePixelRatio]