From 1854c70c27fc4999794ab832461c9d90c246f8b7 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 19 Nov 2021 00:53:18 +0900 Subject: CSS データ型の文書を更新準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_types/index.html | 171 ---------------------------------- files/ja/web/css/css_types/index.md | 171 ++++++++++++++++++++++++++++++++++ 2 files changed, 171 insertions(+), 171 deletions(-) delete mode 100644 files/ja/web/css/css_types/index.html create mode 100644 files/ja/web/css/css_types/index.md diff --git a/files/ja/web/css/css_types/index.html b/files/ja/web/css/css_types/index.html deleted file mode 100644 index bbe03843cc..0000000000 --- a/files/ja/web/css/css_types/index.html +++ /dev/null @@ -1,171 +0,0 @@ ---- -title: CSS データ型 -slug: Web/CSS/CSS_Types -tags: - - CSS - - CSS Data Type - - Guide - - Index - - Overview - - Reference - - Syntax - - Types - - data types - - list -translation_of: Web/CSS/CSS_Types ---- -
{{CssRef}}
- -

CSS データ型は、 CSS のプロパティや関数で使用される具体的な値 (キーワードや単位を含む) を定義します。これはコンポーネント値型の特殊な種類です。

- -

構文

- -

CSS の形式文法では、データ型は "<" と ">" の不等号で囲まれたキーワードで表記されます。

- -

索引

- -

一連の CSS 仕様書で定義されているデータ型には、以下のようなものがあります。

- -
A - - -B - - -C - - -D - - -F - - -G - - -I - - -L - - -N - - -P - - -Q - - -R - - -S - - -T - - -U - - -Z - - -
- -

仕様書

- - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('CSS4 Values') }}{{ Spec2('CSS4 Values') }}
{{ SpecName('CSS3 Values') }}{{ Spec2('CSS3 Values') }}初回定義
- -

関連情報

- - diff --git a/files/ja/web/css/css_types/index.md b/files/ja/web/css/css_types/index.md new file mode 100644 index 0000000000..bbe03843cc --- /dev/null +++ b/files/ja/web/css/css_types/index.md @@ -0,0 +1,171 @@ +--- +title: CSS データ型 +slug: Web/CSS/CSS_Types +tags: + - CSS + - CSS Data Type + - Guide + - Index + - Overview + - Reference + - Syntax + - Types + - data types + - list +translation_of: Web/CSS/CSS_Types +--- +
{{CssRef}}
+ +

CSS データ型は、 CSS のプロパティや関数で使用される具体的な値 (キーワードや単位を含む) を定義します。これはコンポーネント値型の特殊な種類です。

+ +

構文

+ +

CSS の形式文法では、データ型は "<" と ">" の不等号で囲まれたキーワードで表記されます。

+ +

索引

+ +

一連の CSS 仕様書で定義されているデータ型には、以下のようなものがあります。

+ +
A + + +B + + +C + + +D + + +F + + +G + + +I + + +L + + +N + + +P + + +Q + + +R + + +S + + +T + + +U + + +Z + + +
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{ SpecName('CSS4 Values') }}{{ Spec2('CSS4 Values') }}
{{ SpecName('CSS3 Values') }}{{ Spec2('CSS3 Values') }}初回定義
+ +

関連情報

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