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-top-style