From c30862917dbd010ac7489941ef50592c9d2c6005 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 5 Oct 2021 00:18:12 +0900 Subject: CSS Textの文書の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/tab-size/index.html | 96 ------------------------------------ files/ja/web/css/tab-size/index.md | 96 ++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 96 deletions(-) delete mode 100644 files/ja/web/css/tab-size/index.html create mode 100644 files/ja/web/css/tab-size/index.md (limited to 'files/ja/web/css/tab-size') diff --git a/files/ja/web/css/tab-size/index.html b/files/ja/web/css/tab-size/index.html deleted file mode 100644 index ca89ae5ed3..0000000000 --- a/files/ja/web/css/tab-size/index.html +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: tab-size -slug: Web/CSS/tab-size -tags: - - CSS - - CSS Property - - CSS テキスト - - CSS プロパティ - - Experimental - - Reference -translation_of: Web/CSS/tab-size ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

CSS の tab-size プロパティは、タブ文字 (U+0009) の表示幅の指定に用います。

- -
/* <integer> 値 */
-tab-size: 4;
-tab-size: 0;
-
-/* <length> 値 */
-tab-size: 10px;
-tab-size: 2em;
-
-/* グローバル値 */
-tab-size: inherit;
-tab-size: initial;
-tab-size: unset;
-
- -

{{CSSInfo}}

- -

構文

- -

- -
-
{{CSSxRef("<integer>")}}
-
タブの空白文字の文字数です。正の数でなければなりません。
-
{{CSSxRef("<length>")}}
-
タブの幅です。正の数でなければなりません。
-
- -

形式文法

- -{{csssyntax}} - -

- -
pre {
-  tab-size: 4; /* スペース 4 つ分となります */
-}
-
- -
pre {
-  tab-size: 0; /* インデント除去 */
-}
-
- -
pre {
-  tab-size: 2; /* タブの幅をスペース 2 個分に設定 */
-}
-
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('CSS3 Text', '#tab-size-property', 'tab-size')}}{{Spec2('CSS3 Text')}}初回定義
- -

ブラウザーの対応

- - - -

{{Compat("css.properties.tab-size")}}

- -

- -

関連情報

- - diff --git a/files/ja/web/css/tab-size/index.md b/files/ja/web/css/tab-size/index.md new file mode 100644 index 0000000000..ca89ae5ed3 --- /dev/null +++ b/files/ja/web/css/tab-size/index.md @@ -0,0 +1,96 @@ +--- +title: tab-size +slug: Web/CSS/tab-size +tags: + - CSS + - CSS Property + - CSS テキスト + - CSS プロパティ + - Experimental + - Reference +translation_of: Web/CSS/tab-size +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

CSS の tab-size プロパティは、タブ文字 (U+0009) の表示幅の指定に用います。

+ +
/* <integer> 値 */
+tab-size: 4;
+tab-size: 0;
+
+/* <length> 値 */
+tab-size: 10px;
+tab-size: 2em;
+
+/* グローバル値 */
+tab-size: inherit;
+tab-size: initial;
+tab-size: unset;
+
+ +

{{CSSInfo}}

+ +

構文

+ +

+ +
+
{{CSSxRef("<integer>")}}
+
タブの空白文字の文字数です。正の数でなければなりません。
+
{{CSSxRef("<length>")}}
+
タブの幅です。正の数でなければなりません。
+
+ +

形式文法

+ +{{csssyntax}} + +

+ +
pre {
+  tab-size: 4; /* スペース 4 つ分となります */
+}
+
+ +
pre {
+  tab-size: 0; /* インデント除去 */
+}
+
+ +
pre {
+  tab-size: 2; /* タブの幅をスペース 2 個分に設定 */
+}
+
+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('CSS3 Text', '#tab-size-property', 'tab-size')}}{{Spec2('CSS3 Text')}}初回定義
+ +

ブラウザーの対応

+ + + +

{{Compat("css.properties.tab-size")}}

+ +

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf