Changes between Version 1 and Version 2 of Ticket #22238, comment 5

Timestamp:
11/01/12 23:41:01 (7 months ago)
Author:
iammattthomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22238, comment 5

    v1 v2  
    33- The moz--min-device-pixel-ratio selector isn't required, as far as I could tell. The only version of Firefox that responds to it is version 19 (currently in nightly builds), and that browser also supports the min-resolution selector. 
    44 
    5 - Specifying a pixel ratio of 1.25 instead of 1.5 serves 2x images to 1.25x Android devices like the Nexus 7. While Firefox and Opera will respond to a 1.5 pixel ratio media query on the Nexus 7, the default browser (Chrome) will not, so 1.25 is required. 
     5- Specifying a pixel ratio of 1.25 instead of 1.5 serves 2x images to Android devices like the Nexus 7. While Firefox and Opera will respond to a 1.5 pixel ratio media query on the Nexus 7, the default browser (Chrome) will not, so 1.25 is required. 
    66 
    77- Both versions of Opera on Android support the min-resolution selector, but Opera Mini does not support the dppx unit, so the dpi unit is required.