Base Browsers: IE8.0+, Firefox40.0+, Chrome40.0+, iOS8.0+, Android4.4+, Opera40.0+
monochrome:<integer>
接受min/max前缀:是
简单列举几个应用示例:
@media screen and (monochrome){ … } @import url(example.css) screen and (monochrome:0); <link media="screen and (min-monochrome:0) and (max-monochrome:10)" rel="stylesheet" href="example.css" /> <?xml-stylesheet media="not screen and (monochrome)" rel="stylesheet" href="example.css" ?>