aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-06 18:28:13 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-13 14:46:47 +0900
commitfd80eaef029e709d7d14503214f21cc68283d16d (patch)
tree82e9d45aacfa0878922c3b7738e9126d5e1ea6a6 /files
parent96f39ebd20f99279e0c6766cb4eadb64e84d6bf8 (diff)
downloadtranslated-content-fd80eaef029e709d7d14503214f21cc68283d16d.tar.gz
translated-content-fd80eaef029e709d7d14503214f21cc68283d16d.tar.bz2
translated-content-fd80eaef029e709d7d14503214f21cc68283d16d.zip
2021/08/13 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r--files/ja/web/css/css_generated_content/index.md87
1 files changed, 32 insertions, 55 deletions
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
---
-<p>{{CSSRef}}</p>
-
-<p><ruby><strong>CSS 生成コンテンツ</strong><rp> (</rp><rt>CSS Generated Content</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、要素にコンテンツを追加する方法を定義します。生成されたコンテンツは、無名で置換された要素にコンテンツを追加したり、非常に限られた状況で DOM ノードのコンテンツを生成された値で置き換えたりするために使用することができます。</p>
-
-<p>詳しくは<a href="/ja/docs/Learn/CSS/Howto/Generated_content">生成コンテンツのハウツーガイド</a>や、実装情報については {{cssxref("content")}} および {{cssxref("quotes")}} プロパティをご覧ください。</p>
-
-<h2 id="Reference" name="Reference">リファレンス</h2>
-
-<h3 id="Properties" name="Properties">プロパティ</h3>
-
-<div class="index">
-<ul>
- <li>{{cssxref("content")}}</li>
- <li>{{cssxref("quotes")}}</li>
-</ul>
-</div>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("CSS3 Content")}}</td>
- <td>{{Spec2("CSS3 Content")}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName('CSS2.1')}}</td>
- <td>{{Spec2('CSS2.1')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li><a href="/ja/docs/Learn/CSS/Howto/Generated_content">CSS 生成コンテンツの使用</a></li>
- <li>{{cssxref("content")}}</li>
- <li>{{cssxref("quotes")}}</li>
- <li>{{cssxref("::before")}}</li>
- <li>{{cssxref("::after")}}</li>
- <li>{{cssxref("::marker")}}</li>
-</ul>
+{{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")}}