From 3e813711dee2ba072a9b8f1997c192b53c01f372 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 16 Oct 2021 23:57:59 +0900 Subject: Web/CSS/CSS_Images を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_images/index.html | 106 --------------------------------- files/ja/web/css/css_images/index.md | 106 +++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+), 106 deletions(-) delete mode 100644 files/ja/web/css/css_images/index.html create mode 100644 files/ja/web/css/css_images/index.md (limited to 'files/ja/web/css') diff --git a/files/ja/web/css/css_images/index.html b/files/ja/web/css/css_images/index.html deleted file mode 100644 index a55ff99d7d..0000000000 --- a/files/ja/web/css/css_images/index.html +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: CSS 画像 -slug: Web/CSS/CSS_Images -tags: - - CSS - - CSS 画像 - - Reference - - 概要 -translation_of: Web/CSS/CSS_Images ---- -
{{CSSRef}}
- -

CSS 画像 (CSS Images) は CSS のモジュールの一つで、どのような種類の画像が利用できるか ({{CSSxRef("<image>")}} 型、その中の URL、グラデーション、その他の種類の画像)、どのように大きさを変更するか、様々なレイアウトモデルで画像やその他の置換コンテンツが応答するかを定義します。

- -

リファレンス

- -

プロパティ

- -
- -
- -

関数

- -
- -
- -

データ型

- -
- -
- -

ガイド

- -
-
CSS グラデーションの使用
-
特殊な CSS 画像型であるグラデーションと、その作り方や使い方を紹介します。
-
CSS での画像スプライトの実装
-
単一の文書でいくつかの画像をグループ化して、ダウロードリクエストを節約し、ページのスピードを上げることができる共通のテクニックを説明します。
-
- -

仕様書

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS4 Images")}}{{Spec2("CSS4 Images")}}{{CSSxRef("image-resolution")}}, {{CSSxRef("conic-gradient")}}, {{CSSxRef("_image", "image()")}} を追加
{{SpecName("CSS3 Images")}}{{Spec2("CSS3 Images")}}{{CSSxRef("image-orientation")}}, {{CSSxRef("image-rendering")}}, {{CSSxRef("object-fit")}}, {{CSSxRef("object-position")}} を追加
{{SpecName("Compat", "#css-%3Cimage%3E-type", "CSS Gradients")}}{{Spec2("Compat")}}-webkit の接頭辞が付いたグラデーション値の関数を標準化
{{SpecName("CSS3 Values", "#urls", "<url>")}}{{Spec2("CSS3 Values")}} 
{{Specname("CSS2.1", "syndata.html#uri", "<uri>")}}{{Spec2("CSS2.1")}} 
{{SpecName("CSS1", "#url", "<url>")}}{{Spec2("CSS1")}}初回定義
diff --git a/files/ja/web/css/css_images/index.md b/files/ja/web/css/css_images/index.md new file mode 100644 index 0000000000..a55ff99d7d --- /dev/null +++ b/files/ja/web/css/css_images/index.md @@ -0,0 +1,106 @@ +--- +title: CSS 画像 +slug: Web/CSS/CSS_Images +tags: + - CSS + - CSS 画像 + - Reference + - 概要 +translation_of: Web/CSS/CSS_Images +--- +
{{CSSRef}}
+ +

CSS 画像 (CSS Images) は CSS のモジュールの一つで、どのような種類の画像が利用できるか ({{CSSxRef("<image>")}} 型、その中の URL、グラデーション、その他の種類の画像)、どのように大きさを変更するか、様々なレイアウトモデルで画像やその他の置換コンテンツが応答するかを定義します。

+ +

リファレンス

+ +

プロパティ

+ +
+ +
+ +

関数

+ +
+ +
+ +

データ型

+ +
+ +
+ +

ガイド

+ +
+
CSS グラデーションの使用
+
特殊な CSS 画像型であるグラデーションと、その作り方や使い方を紹介します。
+
CSS での画像スプライトの実装
+
単一の文書でいくつかの画像をグループ化して、ダウロードリクエストを節約し、ページのスピードを上げることができる共通のテクニックを説明します。
+
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS4 Images")}}{{Spec2("CSS4 Images")}}{{CSSxRef("image-resolution")}}, {{CSSxRef("conic-gradient")}}, {{CSSxRef("_image", "image()")}} を追加
{{SpecName("CSS3 Images")}}{{Spec2("CSS3 Images")}}{{CSSxRef("image-orientation")}}, {{CSSxRef("image-rendering")}}, {{CSSxRef("object-fit")}}, {{CSSxRef("object-position")}} を追加
{{SpecName("Compat", "#css-%3Cimage%3E-type", "CSS Gradients")}}{{Spec2("Compat")}}-webkit の接頭辞が付いたグラデーション値の関数を標準化
{{SpecName("CSS3 Values", "#urls", "<url>")}}{{Spec2("CSS3 Values")}} 
{{Specname("CSS2.1", "syndata.html#uri", "<uri>")}}{{Spec2("CSS2.1")}} 
{{SpecName("CSS1", "#url", "<url>")}}{{Spec2("CSS1")}}初回定義
-- cgit v1.2.3-54-g00ecf