在线文档教程
SVG
属性 | Attributes

contentstyletype

contentstyletype

此属性指定给定文档片段的样式表语言。contentStyleType是在<svg>元素上指定的。默认情况下,如果没有定义,值是text/css

用法上下文

CategoriesNone
Value<content-type>
AnimatableNo
Normative documentSVG 1.1 (2nd Edition)

由于CSS是在线样式中唯一广泛部署的样式表语言,如果已经定义为默认值,那么contentStyleType在用户代理中不能很好地支持该属性。如果其他样式表语言变得越来越流行,它们可能不会使用该style属性,而是可以很容易地在<style>类型属性中声明使用哪种样式语言。

The use of contentStyleType is therefore deprecated