text-decoration-color
Important |
|---|
|
This documentation is preliminary and subject to change. |
Specifies the color of text decoration (text-underline, text-overline, and text-line-through).
Syntax
{ text-decoraton-color:
sColor
}
Possible values
String that specifies the following values:
|
sColor |
Specifies the color of text decoration (text-underline, text-overline, and text-line-through). |
Standards information
This property is defined in CSS Text Level 3
..
Applies to
a, address, b, big, blockquote, body, button, caption, center, cite, code, col, colgroup, custom, dd, defaults, dfn, div, dl, dt, em, fieldset, form, hn, html, i, img, input type=button, input type=checkbox, input type=file, input type=image, input type=password, input type=radio, input type=reset, input type=submit, input type=text, li, ol, p, s, span, sub, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var, xmp
Important