diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-30 10:58:02 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-06 01:16:51 +0900 |
commit | 061c084ab045359b6382aaffa82d89429a47d65c (patch) | |
tree | 1ea9c935a9ed6fa5fc40514046700240669d9a09 /files/ja/web/css | |
parent | 48ab1114da49fb02dd50b4769f9ef2314e37ba6a (diff) | |
download | translated-content-061c084ab045359b6382aaffa82d89429a47d65c.tar.gz translated-content-061c084ab045359b6382aaffa82d89429a47d65c.tar.bz2 translated-content-061c084ab045359b6382aaffa82d89429a47d65c.zip |
2021/08/13 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css')
-rw-r--r-- | files/ja/web/css/css_namespaces/index.md | 68 |
1 files changed, 24 insertions, 44 deletions
diff --git a/files/ja/web/css/css_namespaces/index.md b/files/ja/web/css/css_namespaces/index.md index c15e21c205..7a2584678f 100644 --- a/files/ja/web/css/css_namespaces/index.md +++ b/files/ja/web/css/css_namespaces/index.md @@ -4,50 +4,30 @@ 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> +{{CSSRef}} + +**CSS 名前空間** (CSS Namespaces) は、 CSS の中で [XML 名前空間](/ja/docs/Namespaces)を指定できるようにするための CSS モジュールです。 + +## リファレンス + +### アットルール + +- {{cssxref("@namespace")}} + +## 仕様書 + +| 仕様書 | 状態 | 備考 | +| ------------------------------- | ---------------------------- | -------- | +| {{SpecName("CSS3 Namespaces")}} | {{Spec2("CSS3 Namespaces")}} | 関連情報 | + +## ブラウザーの互換性 + +### `@namespace` ルール + +{{Compat("css.at-rules.namespace")}} |