diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-04 12:43:45 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-13 01:58:21 +0900 |
commit | f79037786b69a3dd1778d65cd3fbed97989b3a20 (patch) | |
tree | ff5efae9dfe50e7e813db038b5824ae540b8a51f /files | |
parent | 5011d052df84bc073496d942113c1aa235d1bc93 (diff) | |
download | translated-content-f79037786b69a3dd1778d65cd3fbed97989b3a20.tar.gz translated-content-f79037786b69a3dd1778d65cd3fbed97989b3a20.tar.bz2 translated-content-f79037786b69a3dd1778d65cd3fbed97989b3a20.zip |
Web/CSS/CSS_Text を更新
- 2021/08/13 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/css_text/index.md | 83 |
1 files changed, 27 insertions, 56 deletions
diff --git a/files/ja/web/css/css_text/index.md b/files/ja/web/css/css_text/index.md index d92efd6b04..8aa53627c6 100644 --- a/files/ja/web/css/css_text/index.md +++ b/files/ja/web/css/css_text/index.md @@ -4,67 +4,38 @@ slug: Web/CSS/CSS_Text tags: - CSS - CSS テキスト - - 概要 + - ガイド translation_of: Web/CSS/CSS_Text --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p><ruby><strong>CSS テキスト</strong><rp> (</rp><rt>CSS Text</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、どのようにテキストの操作を行うかを定義します。</p> +**CSS テキスト** (CSS Text) は CSS のモジュールの一つで、どのようにテキストを扱うか、例えば改行、位置揃えと配置、空白の扱い、テキストの変換などを定義します。 -<h2 id="Reference" name="Reference">リファレンス</h2> +## リファレンス -<h3 id="Properties" name="Properties">プロパティ</h3> +### プロパティ -<div class="index"> -<ul> - <li>{{cssxref("hanging-punctuation")}}</li> - <li>{{cssxref("hyphens")}}</li> - <li>{{cssxref("letter-spacing")}}</li> - <li>{{cssxref("line-break")}}</li> - <li>{{cssxref("overflow-wrap")}}</li> - <li>{{cssxref("tab-size")}}</li> - <li>{{cssxref("text-align")}}</li> - <li>{{cssxref("text-align-last")}}</li> - <li>{{cssxref("text-indent")}}</li> - <li>{{cssxref("text-justify")}}</li> - <li>{{cssxref("text-size-adjust")}}</li> - <li>{{cssxref("text-transform")}}</li> - <li>{{cssxref("white-space")}}</li> - <li>{{cssxref("word-break")}}</li> - <li>{{cssxref("word-spacing")}}</li> -</ul> -</div> +- {{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")}} -<h2 id="Specifications" name="Specifications">仕様書</h2> +## 仕様書 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">状態</th> - <th scope="col">備考</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS Logical Properties')}}</td> - <td>{{Spec2('CSS Logical Properties')}}</td> - <td>一部のプロパティを、テキストの書字方向から独立するように更新。</td> - </tr> - <tr> - <td>{{SpecName('CSS3 Text')}}</td> - <td>{{Spec2('CSS3 Text')}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('CSS2.1', 'text.html')}}</td> - <td>{{Spec2('CSS2.1')}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('CSS1')}}</td> - <td>{{Spec2('CSS1')}}</td> - <td>初回定義</td> - </tr> - </tbody> -</table> +| 仕様書 | 状態 | コメント | +| ---------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------- | +| {{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')}} | 初回定義 | |