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 text-orientation

    The CSS `text-orientation` property specifies the orientation of text within a line. Current values only have an effect in vertical typographic modes (defined with the `writing-mode` property)

  3. CSS writing-mode property

    Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.

  4. css property: caption-side: `top` and `bottom` are relative to the `writing-mode` value

  5. css property: writing-mode: horizontal-tb

  6. css property: writing-mode: lr

  7. css property: writing-mode: lr-tb

  8. css property: writing-mode: rl

  9. css property: writing-mode: rl-tb

  10. css property: writing-mode: sideways-lr

  11. css property: writing-mode: sideways-rl

  12. css property: writing-mode: tb

  13. css property: writing-mode: tb-rl

  14. css property: writing-mode: vertical-lr

  15. css property: writing-mode: vertical-rl

  16. css property: writing-mode: vertically-oriented form controls