--- title: CSS 書字方向 slug: Web/CSS/CSS_Writing_Modes tags: - CSS - CSS 書字方向 - リファレンス - 日本語処理 - 概要 translation_of: Web/CSS/CSS_Writing_Modes --- {{CSSRef}} **CSS 書字方向** (CSS Writing Modes) は CSS モジュールの一つで、様々な国の書字方向、例えば左書き (ラテン系やインド語系の文章)、右書き (ヘブライ語やアラビア語の文章)、双方向 (左書きと右書きが混在する場合)、縦書き (一部のアジアの言語で使用) などを定義します。 ## リファレンス ### プロパティ - {{cssxref("direction")}} - {{cssxref("glyph-orientation-horizontal")}} - {{cssxref("text-combine-upright")}} - {{cssxref("text-orientation")}} - {{cssxref("unicode-bidi")}} - {{cssxref("writing-mode")}} ## 仕様書 | 仕様書 | 状態 | 備考 | | ----------------------------------- | ------------------------------- | -------- | | {{SpecName('CSS3 Writing Modes')}} | {{Spec2('CSS3 Writing Modes')}} | | | {{SpecName('CSS2.1', 'text.html')}} | {{Spec2('CSS2.1')}} | | | {{SpecName('CSS1')}} | {{Spec2('CSS1')}} | 初回定義 |