scan of media features

CSS3

media features scan

  • 版本:CSS3
  • 是否接受min/max:否

语法:

scan:progressive | interlace

取值:

progressive:
连续扫描
interlace:
交织扫描

说明:

定义电视类设备的扫描工序。
  • 本特性不接受min和max前缀。
  • 简单列举几个应用示例:

    @media tv and (scan:progressive){ … }
    @import url(example.css) tv and (scan:interlace);

兼容性:

  • = 支持
  • = 不支持
  • = 部分支持
  • = 实验性质
支持版本\类型
较早版本 6.0-8.0 4.0-6.0 5.1 13.0 11.50-11.51
较近版本 9.0

示例: