Changes between Version 2 and Version 3 of Ticket #22238, comment 5
- Timestamp:
- 11/01/12 23:44:36 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22238, comment 5
v2 v3 3 3 - 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. 4 4 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 ratiomedia 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, which are between 1 and 1.5x. While Firefox and Opera will respond to a 1.5x media query on the Nexus 7, the default browser (Chrome) will not, so 1.25 is required. 6 6 7 7 - 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.
