From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/css/css_generated_content/index.html | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/ja/web/css/css_generated_content/index.html (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 new file mode 100644 index 0000000000..a3b5e37910 --- /dev/null +++ b/files/ja/web/css/css_generated_content/index.html @@ -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