不是 IE5-9
不是 IE5-9
<html>
<html class="">
<html dir="ltr" lang="en-US" class="no-js">
<body>
_color: red; /*IE6 以下*/
*color: red; /*only IE5 - IE7*/
#color: red; /*only IE5 - IE7*/
+color: red; /*IE7 以下*/
color: red\9; /*only IE5 - IE10*/
color/*\**/: red\9; /*only IE5 - IE10*/
color/**/: red; /*IE5 以上*/
color: red\0/; /*IE8 以上*/
color: red\0; /*IE8 以上*/
:root span { color: red; } /*IE9以上*/
_color: red;
*color: red;
#color: red;
+color: red;
color: red\9;
color/*\**/: red\9;
color/**/: red;
color: red\0/;
color: red\0;
*color: red; _color: black; /*only IE7*/
#color: red; _color: black; /*only IE7*/
color: red\9; *color: black; /*only IE7 & IE8 & IE9 & IE10*/
color: red\9; #color: black; /*only IE7 & IE8 & IE9 & IE10*/
color/*\**/: red\9; *color: black; /*only IE7 & IE8 & IE9 & IE10*/
color/*\**/: red\9; #color: black; /*only IE7 & IE8 & IE9 & IE10*/
color: red\9; *color: black; /*only IE8 & IE9 & IE10*/
color: red\9; #color: black; /*only IE8 & IE9 & IE10*/
color/*\**/: red\9; *color: black; /*only IE8 & IE9 & IE10*/
color/*\**/: red\9; #color: black; /*only IE8 & IE9 & IE10*/
color/**/: red; color: black\9; /*IE11 以上*/
color/**/: red; color/*\**/: black\9; /*IE11 以上*/
color: red\0/; color: black\9; /*IE11 以上*/
color: red\0/; color/*\**/: black\9; /*IE11 以上*/
*color: red; _color: black;
#color: red; _color: black;
color: red\9; *color: black;
color: red\9; #color: black;
color/*\**/: red\9; *color: black;
color/*\**/: red\9; #color: black;
color: red\9; *color: black;
color: red\9; #color: black;
color/*\**/: red\9; *color: black;
color/*\**/: red\9; #color: black;
color/**/: red; color: black\9;
color/**/: red; color/*\**/: black\9;
color: red\0/; color: black\9;
color: red\0/; color/*\**/: black\9;
@-moz-document url-prefix() {
#firefox { color: orange; }
}
@-moz-document url-prefix()
@media screen and (-webkit-min-device-pixel-ratio:0){
#chrome_safari { color: blue; }
}
@media screen and (-webkit-min-device-pixel-ratio:0)
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
head~body #opera { color: green; }
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)