Does IE 9 or newer support one of the following media queries ?

only screen and (-ms-min-device-pixel-ratio: 1)

or (in case they copied the weirdo Gecko prefix syntax)
only screen and (min--ms-device-pixel-ratio: 1),

or
only screen and (-ms-min-device-pixel-ratio: 1/1)

or the un-prefixed thing:
only screen and (min-device-pixel-ratio: 1)


test case
http://dev.l-c-n.com/_temp/test271-a.html

Given that IE 9 will soon land on mobile devices, some of which are pretty high 
resolution, it would be nice if it did.  Opera 11.11 needs the fractions.


Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to