quotes

CSS3

quotes

  • 版本:CSS2
  • 继承性:有

语法:

quotes:none | [<string> <string>]+

默认值none

适用于:所有元素,::before, ::after, ::alternate, ::marker, ::line-marker, margin areas, @footnote areas, and @page context

继承性:有

取值:

none:
content属性的open-quote和close-quote值将不会生成任何标记
<string>
定义content属性的open-quote和close-quote值的标记,2个为一组

说明:

设置或检索对象内使用的嵌套标记。
  • 对应的脚本特性为quotes

兼容性:

  • = 支持
  • = 不支持
  • = 部分支持
支持版本\类型
版本 6-7 4 5.1.7 13 11.5
版本 8

示例: