media features resolution
- 版本:CSS3
- 是否接受min/max:是
语法:
resolution:<resolution>
取值:
- <resolution>:
- 用整数值来定义宽度。不允许负值
说明:
定义设备的分辨率。如:96dpi, 300dpi, 118dpcm
- 本特性接受min和max前缀,因此可以派生出min-resolution和max-resolution两个媒体特性。
-
简单列举几个应用示例:
@media screen and (resolution){ … } @import url(example.css) screen and (min-resolution:96dpi); <link media="screen and (resolution:96dpi)" rel="stylesheet" href="example.css" />
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
较早版本 | 6.0-8.0 | 4.0-6.0 | 5.1 | 13.0 | 11.50-11.51 |
较近版本 | 9.0 |