content
- 版本:CSS2
- 继承性:无
语法:
content:[ [<uri> | icon] ',' ]* [ normal | none | inhibit | <content-list> ]
<content-list> = [ pending(<identifier>) | <string> | contents | footnote | endnote | section-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属性的前标记
说明:
兼容性:
- = 支持
- = 不支持
- = 部分支持
支持版本\类型 | |||||
---|---|---|---|---|---|
版本 | 6-7 | 4 | 5.1.7 | 13 | 11.5 |
版本 | 8 |