From 732fd65e86c54722ec49dc5224d64971fbfd0272 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO <mfujimot@gmail.com> Date: Thu, 30 Dec 2021 10:58:18 +0900 Subject: Revert "CSS Namespaces を変換準備" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 569a8a27404033e13b51be0f6c088a3206e6f68d. --- files/ja/web/css/css_namespaces/index.html | 53 ++++++++++++++++++++++++++++++ files/ja/web/css/css_namespaces/index.md | 53 ------------------------------ 2 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 files/ja/web/css/css_namespaces/index.html delete mode 100644 files/ja/web/css/css_namespaces/index.md diff --git a/files/ja/web/css/css_namespaces/index.html b/files/ja/web/css/css_namespaces/index.html new file mode 100644 index 0000000000..c15e21c205 --- /dev/null +++ b/files/ja/web/css/css_namespaces/index.html @@ -0,0 +1,53 @@ +--- +title: CSS 名前空間 +slug: Web/CSS/CSS_Namespaces +tags: + - CSS + - CSS 名前空間 + - Reference + - Web + - XML + - ウェブ + - 概要 +translation_of: Web/CSS/CSS_Namespaces +--- +<div>{{CSSRef}}</div> + +<p><ruby><strong>CSS 名前空間</strong><rp> (</rp><rt>CSS Namespaces</rt><rp>) </rp></ruby>は、 CSS の中で <a href="/ja/docs/Namespaces">XML 名前空間</a>を指定できるようにするための CSS モジュールです。</p> + +<h2 id="Reference" name="Reference">リファレンス</h2> + +<h3 id="At-rules" name="At-rules">@-規則</h3> + +<div class="index"> +<ul> + <li>{{cssxref("@namespace")}}</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 Namespaces")}}</td> + <td>{{Spec2("CSS3 Namespaces")}}</td> + <td>初回定義</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> + +<h3 id="namespace_規則"><code>@namespace</code> 規則</h3> + +<div> +<p>{{Compat("css.at-rules.namespace")}}</p> +</div> diff --git a/files/ja/web/css/css_namespaces/index.md b/files/ja/web/css/css_namespaces/index.md deleted file mode 100644 index c15e21c205..0000000000 --- a/files/ja/web/css/css_namespaces/index.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: CSS 名前空間 -slug: Web/CSS/CSS_Namespaces -tags: - - CSS - - CSS 名前空間 - - Reference - - Web - - XML - - ウェブ - - 概要 -translation_of: Web/CSS/CSS_Namespaces ---- -<div>{{CSSRef}}</div> - -<p><ruby><strong>CSS 名前空間</strong><rp> (</rp><rt>CSS Namespaces</rt><rp>) </rp></ruby>は、 CSS の中で <a href="/ja/docs/Namespaces">XML 名前空間</a>を指定できるようにするための CSS モジュールです。</p> - -<h2 id="Reference" name="Reference">リファレンス</h2> - -<h3 id="At-rules" name="At-rules">@-規則</h3> - -<div class="index"> -<ul> - <li>{{cssxref("@namespace")}}</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 Namespaces")}}</td> - <td>{{Spec2("CSS3 Namespaces")}}</td> - <td>初回定義</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> - -<h3 id="namespace_規則"><code>@namespace</code> 規則</h3> - -<div> -<p>{{Compat("css.at-rules.namespace")}}</p> -</div> -- cgit v1.2.3-54-g00ecf