1. text-decoration styling

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

  2. css property: -webkit-text-decoration-skip

  3. css property: -webkit-text-decorations-in-effect

  4. css property: text-decoration

  5. css property: text-decoration-color

  6. css property: text-decoration-line

  7. css property: text-decoration-line: blink

  8. css property: text-decoration-line: grammar-error

  9. css property: text-decoration-line: line-through

  10. css property: text-decoration-line: none

  11. css property: text-decoration-line: overline

  12. css property: text-decoration-line: spelling-error

  13. css property: text-decoration-line: underline

  14. css property: text-decoration-skip

  15. css property: text-decoration-skip-ink

  16. css property: text-decoration-skip-ink: all

  17. css property: text-decoration-skip-ink: auto

  18. css property: text-decoration-skip-ink: none

  19. css property: text-decoration-skip: auto

  20. css property: text-decoration-skip: none

  21. css property: text-decoration-style: `wavy`

  22. css property: text-decoration-thickness

  23. css property: text-decoration-thickness: auto

  24. css property: text-decoration-thickness: from-font

  25. css property: text-decoration-thickness: percentage values

  26. css property: text-decoration: `text-decoration-color` and `text-decoration-style` included in shorthand

  27. css property: text-decoration: `text-decoration-thickness` included in shorthand

  28. css property: text-underline-offset

  29. css selector: `::selection`: supports the `text-decoration` property