1. CSS box-decoration-break

    Controls whether the box's margins, borders, padding, and other decorations wrap the broken edges of the box fragments (when the box is split by a break (page/column/region/line).

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

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

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

  5. css property: box-decoration-break: clone

  6. css property: box-decoration-break: slice

  7. css property: text-decoration

  8. css property: text-decoration-color

  9. css property: text-decoration-line

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

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

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

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

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

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

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

  17. css property: text-decoration-skip

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

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

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

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

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

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

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

  25. css property: text-decoration-thickness

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

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

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

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

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

  31. css property: text-underline-offset

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