Media Queries: color-index
- 版本:CSS3
- 2018.5.9
语法:
color-index:<integer>
接受min/max前缀:是
取值:
- <integer>:
- 用整数值来定义颜色查找表中的条目数。不允许负值
说明:
定义输出设备颜色查找表中的条目数。如果该设备不使用颜色查找表,则该值为
0
- 本特性接受
min
和max
前缀,因此可以派生出min-color-index
和max-color-index
两个媒体特性。简单列举几个应用示例:
@media screen and (color-index){ … } @import url(example.css) screen and (min-color-index: 1);
兼容性:
- 浅绿 = 支持
- 红色 = 不支持
- 粉色 = 部分支持
Values | IE | Firefox | Chrome | Safari | Opera | iOS Safari | Android Browser | Android Chrome |
---|---|---|---|---|---|---|---|---|
Basic Support | 8.0 | 40.0 | 40.0+ | 8.0+ | 40.0+ | 8.0+ | 4.4+ | 28.0+ |
9.0+ |