aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_namespaces/index.md
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-30 10:51:50 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-06 01:16:23 +0900
commit1fa1701ab26d2c1850c034ec89654dea30dd36d1 (patch)
treeb0837102b0dd822d2b7c3320619735a97f13265e /files/ja/web/css/css_namespaces/index.md
parent89f53c054ccf867ce1e675ee251200ceee78fedb (diff)
downloadtranslated-content-1fa1701ab26d2c1850c034ec89654dea30dd36d1.tar.gz
translated-content-1fa1701ab26d2c1850c034ec89654dea30dd36d1.tar.bz2
translated-content-1fa1701ab26d2c1850c034ec89654dea30dd36d1.zip
CSS Namespaces を変換準備
Diffstat (limited to 'files/ja/web/css/css_namespaces/index.md')
-rw-r--r--files/ja/web/css/css_namespaces/index.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/files/ja/web/css/css_namespaces/index.md b/files/ja/web/css/css_namespaces/index.md
new file mode 100644
index 0000000000..c15e21c205
--- /dev/null
+++ b/files/ja/web/css/css_namespaces/index.md
@@ -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>