quotes

CSS3

quotes

  • 版本:CSS2
  • 继承性:有

语法:

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

默认值none

取值:

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

说明:

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

兼容性:

  • = 支持
  • = 不支持
  • = 部分支持
  • = 实验性质
支持版本\类型
版本 6.0-7.0 4.0 5.1 13.0 11.50
版本 8.0

示例: