1. CSS Logical Properties

    Logical properties and values provide control of layout through logical, rather than physical, direction and dimension mappings. These properties are `writing-mode` relative equivalents of their corresponding physical properties.

  2. CSS outline properties

    The CSS outline properties draw a border around an element that does not affect layout, making it ideal for highlighting. This covers the `outline` shorthand, as well as `outline-width`, `outline-style`, `outline-color` and `outline-offset`.

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

  4. css property: border-inline-end-style

  5. css property: border-inline-end-style: dashed

  6. css property: border-inline-end-style: dotted

  7. css property: border-inline-end-style: double

  8. css property: border-inline-end-style: groove

  9. css property: border-inline-end-style: hidden

  10. css property: border-inline-end-style: inset

  11. css property: border-inline-end-style: none

  12. css property: border-inline-end-style: outset

  13. css property: border-inline-end-style: ridge

  14. css property: border-inline-end-style: solid

  15. css property: border-inline-start-style

  16. css property: border-inline-start-style: dashed

  17. css property: border-inline-start-style: dotted

  18. css property: border-inline-start-style: double

  19. css property: border-inline-start-style: groove

  20. css property: border-inline-start-style: inset

  21. css property: border-inline-start-style: none

  22. css property: border-inline-start-style: ridge

  23. css property: border-inline-start-style: solid

  24. css property: border-inline-style

  25. css property: border-inline-style: dashed

  26. css property: border-inline-style: dotted

  27. css property: border-inline-style: double

  28. css property: border-inline-style: groove

  29. css property: border-inline-style: hidden

  30. css property: border-inline-style: inset

  31. css property: border-inline-style: none

  32. css property: border-inline-style: outset

  33. css property: border-inline-style: ridge

  34. css property: border-inline-style: solid

  35. css property: outline-style

  36. css property: outline-style: auto

  37. css property: outline-style: dashed

  38. css property: outline-style: dotted

  39. css property: outline-style: double

  40. css property: outline-style: groove

  41. css property: outline-style: inset

  42. css property: outline-style: none

  43. css property: outline-style: outset

  44. css property: outline-style: ridge

  45. css property: outline-style: solid

  46. types: `<line-style>`