text-decoration styling
- CRMethod of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. text-decoration: line-through dashed blue
) or as single properties (e.g. text-decoration-color: blue
)
IE
- 5.5 - 10: Not supported
- 11: Not supported
Edge
- 12 - 18: Not supported
- 79 - 86: Partial support
- 87: Partial support
Firefox
- 2 - 5: Not supported
- 6 - 35: Partial support
- 36 - 83: Partial support
- 84: Partial support
- 85 - 86: Partial support
Chrome
- 4 - 25: Not supported
- 26 - 56: Disabled by default
- 57 - 86: Partial support
- 87: Partial support
- 88 - 90: Partial support
Safari
- 3.1 - 7: Not supported
- 7.1: Partial support
- 8 - 12: Partial support
- 12.1 - 13.1: Partial support
- 14: Partial support
- TP: Partial support
Opera
- 9 - 34: Not supported
- 35 - 43: Disabled by default
- 44 - 71: Partial support
- 72: Partial support
iOS Safari
- 3.2 - 7.1: Not supported
- 8 - 13.7: Partial support
- 14: Partial support
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 81: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 59: Partial support
Chrome for Android
- 87: Partial support
Firefox for Android
- 83: Supported
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4 - 6.4: Not supported
- 7.2 - 12.0: Partial support
- 13.0: Partial support
QQ Browser
- 10.4: Not supported
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Partial support
All browsers support the CSS2 version of text-decoration
, which matches only the text-decoration-line
values (underline
, etc.)