Changes between Version 9 and Version 10 of ScalesAndZooms


Ignore:
Timestamp:
Mar 5, 2013 5:41:20 PM (11 years ago)
Author:
luxtella@company100.net
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScalesAndZooms

    v9 v10  
    4242
    4343CSS 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]