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. css property: border-block-end-style

  4. css property: border-block-start-style

  5. css property: border-block-style

  6. css property: border-bottom-style

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

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

  9. css property: border-inline-style

  10. css property: border-left-style

  11. css property: border-right-style

  12. css property: border-style

  13. css property: border-style: dashed

  14. css property: border-style: dotted

  15. css property: border-style: double

  16. css property: border-style: groove

  17. css property: border-style: hidden

  18. css property: border-style: inset

  19. css property: border-style: none

  20. css property: border-style: outset

  21. css property: border-style: ridge

  22. css property: border-style: solid

  23. css property: border-top-style