text-decoration styling

- CR

Method 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)

Chrome

  1. 4 - 25: Not supported
  2. 26 - 56: Disabled by default
  3. 57 - 123: Partial support
  4. 124: Partial support
  5. 125 - 127: Partial support

Edge

  1. 12 - 18: Not supported
  2. 79 - 122: Partial support
  3. 123: Partial support

Safari

  1. 3.1 - 7: Not supported
  2. 7.1: Partial support
  3. 8 - 12: Partial support
  4. 12.1 - 17.3: Partial support
  5. 17.4: Partial support
  6. 17.5 - TP: Partial support

Firefox

  1. 2 - 5: Not supported
  2. 6 - 35: Partial support
  3. 36 - 124: Partial support
  4. 125: Partial support
  5. 126 - 128: Partial support

Opera

  1. 9 - 34: Not supported
  2. 35 - 43: Disabled by default
  3. 44 - 108: Partial support
  4. 109: Partial support

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 123: Partial support

Safari on iOS

  1. 3.2 - 7.1: Not supported
  2. 8 - 17.3: Partial support
  3. 17.4: Partial support
  4. 17.5: Partial support

Samsung Internet

  1. 4 - 6.4: Not supported
  2. 7.2 - 23: Partial support
  3. 24: Partial support

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 80: Partial support

UC Browser for Android

  1. 15.5: Partial support

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 123: Supported

Firefox for Android

  1. 124: Partial support

QQ Browser

  1. 14.9: Partial support

Baidu Browser

  1. 13.52: Partial support

KaiOS Browser

  1. 2.5: Partial support
  2. 3: Partial support

All browsers support the CSS2 version of text-decoration, which matches only the text-decoration-line values (underline, etc.)

Resources:
Firefox implementation bug
MDN Web Docs - text-decoration-color
MDN Web Docs - text-decoration-line
MDN Web Docs - text-decoration-skip
MDN Web Docs - text-decoration-style