Skip to main content

CSS writing modes

The CSS writing modes module defines various international writing modes, such as left-to-right (e.g., used by Latin and Indic scripts), right-to-left (e.g., used by Hebrew or Arabic scripts), bidirectional (used when mixing left-to-right and right-to-left scripts), and vertical (e.g., used by some Asian scripts).

Reference

Properties

  • {{cssxref("direction")}}
  • {{cssxref("glyph-orientation-horizontal")}}
  • {{cssxref("text-combine-upright")}}
  • {{cssxref("text-orientation")}}
  • {{cssxref("unicode-bidi")}}
  • {{cssxref("writing-mode")}}

Guides

  • Creating vertical form controls
    • : The article explains how to use the CSS {{cssxref("writing-mode")}} and {{cssxref("direction")}} properties to create and configure vertical form controls.

Specifications