Style textDecorationColor 属性
描述
textDecorationColor 属性指定文本装饰(下划线、上划线、删除线)的颜色。
注意: textDecorationColor 属性仅对具有可见文本装饰的元素有效。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
textDecorationColor | 57 | 79.0 | 36.0 | 7.1 Webkit | 44.0 |
语法
返回 textDecorationColor 属性
object.style.textDecorationColor
设置 textDecorationColor 属性
object.style.textDecorationColor = "color|initial|inherit"
属性值
值 | 描述 |
---|---|
color | 指定文本装饰的颜色 |
initial | 将此属性设置为其默认值。 阅读有关initial |
inherit | 从其父元素继承此属性。 阅读有关inherit |
技术细节
默认值 | currentColor |
---|---|
返回值 | 一个字符串,表示元素的 text-decoration-color 属性 |
CSS 版本 | CSS3 |
相关页面
CSS 参考: text-decoration-color 属性