media features monochrome
- 版本:CSS3
- 是否接受min/max:是
语法:
monochrome:<integer>
取值:
- <integer>:
- 用整数值来定义宽度。不允许负值
说明:
定义在一个单色框架缓冲区中每像素包含的单色原件个数。如果不是单色设备,则值等于0
- 本特性接受min和max前缀,因此可以派生出min-monochrome和max-monochrome两个媒体特性。
-
简单列举几个应用示例:
@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" ?>
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
较早版本 | 6.0-8.0 | 4.0-6.0 | 5.1 | 13.0 | 11.50-11.51 |
较近版本 | 9.0 |