语法:
content:[ [<uri> | icon] ',' ]* [ normal | none | inhibit | <content-list> ]
<content-list> = [ pending(<identifier>) | <string> | contents | footnote | endnote | div-note | list-item | <counter> | <named-string> | open-quote | close-quote | no-open-quote | no-close-quote | icon | <glyph> | <uri> | <datetime> | document-url | <target> ]+
<counter> = counter(name) | counter(name,list-style-type) | counters(name,string) | counters(name,string,list-style-type)
默认值:normal
适用于:所有元素,::before, ::after, ::alternate, ::marker, ::line-marker, margin areas, @footnote areas
继承性:无
动画性:否
计算值:指定值
取值:
- normal:
- 默认值。表现与none值相同
- none:
- 不生成任何值。
- <attr>:
- 插入标签属性值
- <url>:
- 使用指定的绝对或相对地址插入一个外部资源(图像,声频,视频或浏览器支持的其他任何资源)
- <string>:
- 插入字符串
- counter(name):
- 使用已命名的计数器
- counter(name,list-style-type):
- 使用已命名的计数器并遵从指定的list-style-type属性
- counters(name,string):
- 使用所有已命名的计数器
- counters(name,string,list-style-type):
- 使用所有已命名的计数器并遵从指定的list-style-type属性
- no-close-quote:
- 并不插入quotes属性的后标记。但增加其嵌套级别
- no-open-quote:
- 并不插入quotes属性的前标记。但减少其嵌套级别
- close-quote:
- 插入quotes属性的后标记
- open-quote:
- 插入quotes属性的前标记
兼容性:
- 浅绿 = 支持
- 红色 = 不支持
- 粉色 = 部分支持
Values | IE | Firefox | Chrome | Safari | Opera | iOS Safari | Android Browser | Android Chrome |
---|---|---|---|---|---|---|---|---|
Basic Support | 6.0-7.0 | 2.0+ | 4.0+ | 6.0+ | 15.0+ | 6.0+ | 2.1+ | 18.0+ |
8.0+ |