©
本文档使用
php.cn手册 发布
scan:progressive | interlace
progressive:连续扫描
interlace:交织扫描
本特性不接受min和max前缀。
简单列举几个应用示例:
1
2
@media tv
and
(scan:progressive){ … }
@import url(example.css) tv
and
(scan:interlace);
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
较早版本 | 6-8 | 4 | 5.1.7 | 13-23 | 11.5 |
较近版本 | 9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
点击 "运行实例" 按钮查看在线实例