From f79037786b69a3dd1778d65cd3fbed97989b3a20 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 4 Oct 2021 12:43:45 +0900 Subject: Web/CSS/CSS_Text を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/08/13 時点の英語版に同期 --- files/ja/web/css/css_text/index.md | 83 +++++++++++++------------------------- 1 file changed, 27 insertions(+), 56 deletions(-) (limited to 'files/ja/web/css') 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 --- -
{{CSSRef}}
+{{CSSRef}} -

CSS テキスト (CSS Text) は CSS のモジュールの一つで、どのようにテキストの操作を行うかを定義します。

+**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')}}初回定義
+| 仕様書 | 状態 | コメント | +| ---------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------- | +| {{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')}} | 初回定義 | -- cgit v1.2.3-54-g00ecf