From 732fd65e86c54722ec49dc5224d64971fbfd0272 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO 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 (limited to 'files') 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 +--- +
{{CSSRef}}
+ +

CSS 名前空間 (CSS Namespaces) は、 CSS の中で XML 名前空間を指定できるようにするための CSS モジュールです。

+ +

リファレンス

+ +

@-規則

+ +
+ +
+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS3 Namespaces")}}{{Spec2("CSS3 Namespaces")}}初回定義
+ +

ブラウザーの対応

+ +

@namespace 規則

+ +
+

{{Compat("css.at-rules.namespace")}}

+
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 ---- -
{{CSSRef}}
- -

CSS 名前空間 (CSS Namespaces) は、 CSS の中で XML 名前空間を指定できるようにするための CSS モジュールです。

- -

リファレンス

- -

@-規則

- -
- -
- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS3 Namespaces")}}{{Spec2("CSS3 Namespaces")}}初回定義
- -

ブラウザーの対応

- -

@namespace 規則

- -
-

{{Compat("css.at-rules.namespace")}}

-
-- cgit v1.2.3-54-g00ecf