aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_text/index.md
blob: 8aa53627c677a078491d3dd39a0484faa913be7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
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')}}                         | 初回定義                                                           |