From 96f39ebd20f99279e0c6766cb4eadb64e84d6bf8 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 6 Feb 2022 18:25:00 +0900 Subject: CSS Generated Content の記事とプロパティを移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_generated_content/index.html | 62 ----------------------- files/ja/web/css/css_generated_content/index.md | 62 +++++++++++++++++++++++ 2 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 files/ja/web/css/css_generated_content/index.html create mode 100644 files/ja/web/css/css_generated_content/index.md (limited to 'files/ja/web/css/css_generated_content') diff --git a/files/ja/web/css/css_generated_content/index.html b/files/ja/web/css/css_generated_content/index.html deleted file mode 100644 index a3b5e37910..0000000000 --- a/files/ja/web/css/css_generated_content/index.html +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: CSS 生成コンテンツ -slug: Web/CSS/CSS_Generated_Content -tags: - - CSS - - CSS Generated Content - - Guide - - Overview - - Reference -translation_of: Web/CSS/CSS_Generated_Content ---- -

{{CSSRef}}

- -

CSS 生成コンテンツ (CSS Generated Content) は CSS のモジュールの一つで、要素にコンテンツを追加する方法を定義します。生成されたコンテンツは、無名で置換された要素にコンテンツを追加したり、非常に限られた状況で DOM ノードのコンテンツを生成された値で置き換えたりするために使用することができます。

- -

詳しくは生成コンテンツのハウツーガイドや、実装情報については {{cssxref("content")}} および {{cssxref("quotes")}} プロパティをご覧ください。

- -

リファレンス

- -

プロパティ

- -
- -
- -

仕様書

- - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS3 Content")}}{{Spec2("CSS3 Content")}}
{{SpecName('CSS2.1')}}{{Spec2('CSS2.1')}}初回定義
- -

関連情報

- - diff --git a/files/ja/web/css/css_generated_content/index.md b/files/ja/web/css/css_generated_content/index.md new file mode 100644 index 0000000000..a3b5e37910 --- /dev/null +++ b/files/ja/web/css/css_generated_content/index.md @@ -0,0 +1,62 @@ +--- +title: CSS 生成コンテンツ +slug: Web/CSS/CSS_Generated_Content +tags: + - CSS + - CSS Generated Content + - Guide + - Overview + - Reference +translation_of: Web/CSS/CSS_Generated_Content +--- +

{{CSSRef}}

+ +

CSS 生成コンテンツ (CSS Generated Content) は CSS のモジュールの一つで、要素にコンテンツを追加する方法を定義します。生成されたコンテンツは、無名で置換された要素にコンテンツを追加したり、非常に限られた状況で DOM ノードのコンテンツを生成された値で置き換えたりするために使用することができます。

+ +

詳しくは生成コンテンツのハウツーガイドや、実装情報については {{cssxref("content")}} および {{cssxref("quotes")}} プロパティをご覧ください。

+ +

リファレンス

+ +

プロパティ

+ +
+ +
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS3 Content")}}{{Spec2("CSS3 Content")}}
{{SpecName('CSS2.1')}}{{Spec2('CSS2.1')}}初回定義
+ +

関連情報

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