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.
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)
CSS writing-mode property
Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
css property: caption-side: `top` and `bottom` are relative to the `writing-mode` value
css property: writing-mode: horizontal-tb
css property: writing-mode: lr
css property: writing-mode: lr-tb
css property: writing-mode: rl
css property: writing-mode: rl-tb
css property: writing-mode: sideways-lr
css property: writing-mode: sideways-rl
css property: writing-mode: tb
css property: writing-mode: tb-rl
css property: writing-mode: vertical-lr
css property: writing-mode: vertical-rl
css property: writing-mode: vertically-oriented form controls
global_attributes: writing-mode
17 results found.