--- title: CSS テキスト slug: Web/CSS/CSS_Text tags: - CSS - CSS テキスト - ガイド translation_of: Web/CSS/CSS_Text --- {{CSSRef}} **CSS テキスト** (CSS Text) は CSS のモジュールの一つで、どのようにテキストを扱うか、例えば改行、位置揃えと配置、空白の扱い、テキストの変換などを定義します。 ## リファレンス ### プロパティ - {{cssxref("hanging-punctuation")}} - {{cssxref("hyphens")}} - {{cssxref("letter-spacing")}} - {{cssxref("line-break")}} - {{cssxref("overflow-wrap")}} - {{cssxref("tab-size")}} - {{cssxref("text-align")}} - {{cssxref("text-align-last")}} - {{cssxref("text-indent")}} - {{cssxref("text-justify")}} - {{cssxref("text-size-adjust")}} - {{cssxref("text-transform")}} - {{cssxref("white-space")}} - {{cssxref("word-break")}} - {{cssxref("word-spacing")}} ## 仕様書 | 仕様書 | 状態 | コメント | | ---------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------- | | {{SpecName('CSS Logical Properties')}} | {{Spec2('CSS Logical Properties')}} | 一部のプロパティを、テキストの書字方向から独立するように更新。 | | {{SpecName('CSS3 Text')}} | {{Spec2('CSS3 Text')}} | | | {{SpecName('CSS2.1', 'text.html')}} | {{Spec2('CSS2.1')}} | | | {{SpecName('CSS1')}} | {{Spec2('CSS1')}} | 初回定義 |