From fd80eaef029e709d7d14503214f21cc68283d16d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 6 Feb 2022 18:28:13 +0900 Subject: 2021/08/13 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_generated_content/index.md | 87 +++++++++---------------- 1 file changed, 32 insertions(+), 55 deletions(-) (limited to 'files') diff --git a/files/ja/web/css/css_generated_content/index.md b/files/ja/web/css/css_generated_content/index.md index a3b5e37910..0dbc3f7ac3 100644 --- a/files/ja/web/css/css_generated_content/index.md +++ b/files/ja/web/css/css_generated_content/index.md @@ -3,60 +3,37 @@ title: CSS 生成コンテンツ slug: Web/CSS/CSS_Generated_Content tags: - CSS - - CSS Generated Content - - Guide - - Overview - - Reference + - CSS 生成コンテンツ + - ガイド + - 概要 + - リファレンス 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')}}初回定義
- -

関連情報

- - +{{CSSRef}} + +**CSS 生成コンテンツ** (CSS Generated Content) は CSS のモジュールの一つで、要素にコンテンツを追加する方法を定義します。生成されたコンテンツは、無名で置換された要素にコンテンツを追加したり、非常に限られた状況で DOM ノードのコンテンツを生成された値で置き換えたりするために使用することができます。 + +詳しくは[生成コンテンツのハウツーガイド](/ja/docs/Learn/CSS/Howto/Generated_content)や、実装情報については {{cssxref("content")}} および {{cssxref("quotes")}} プロパティをご覧ください。 + +## リファレンス + +### プロパティ + +- {{cssxref("content")}} +- {{cssxref("quotes")}} + +## 仕様書 + +| 仕様書 | 状態 | 備考 | +| ---------------------------- | ------------------------- | -------- | +| {{SpecName("CSS3 Content")}} | {{Spec2("CSS3 Content")}} | | +| {{SpecName('CSS2.1')}} | {{Spec2('CSS2.1')}} | 初回定義 | + +## 関連情報 + +- [CSS 生成コンテンツの使用](/ja/docs/Learn/CSS/Howto/Generated_content) +- {{cssxref("content")}} +- {{cssxref("quotes")}} +- {{cssxref("::before")}} +- {{cssxref("::after")}} +- {{cssxref("::marker")}} -- cgit v1.2.3-54-g00ecf