From 89e41133e017c999e91f2b8361220375a7bffdc1 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 28 Jun 2021 01:01:01 +0900 Subject: Web/API/Element/prefix を更新 (#1220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Web/API/Element/prefix を更新 - conflicting 版の方が古かったので、正規版を残して conflicting 版を削除 - 2021/06/13 時点の英語版に同期 * [CRON] sync translated content Co-authored-by: MDN --- .../conflicting/web/api/element/prefix/index.html | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 files/ja/conflicting/web/api/element/prefix/index.html (limited to 'files/ja/conflicting') diff --git a/files/ja/conflicting/web/api/element/prefix/index.html b/files/ja/conflicting/web/api/element/prefix/index.html deleted file mode 100644 index 1b31545519..0000000000 --- a/files/ja/conflicting/web/api/element/prefix/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Node.prefix -slug: conflicting/Web/API/Element/prefix -tags: - - DOM - - Gecko - - Node -translation_of: Web/API/Node/prefix -original_slug: Web/API/Node/prefix ---- -
{{ApiRef}}
- -

概要

- -

prefix は、特定のノードの名前空間の 接頭辞 (prefix) を返します。接頭辞がなければ null を返します。

- -

構文

- -
string = element.prefix
-
- -

- -

次の例は "x" をアラート表示します。

- -
<x:div onclick="alert(this.prefix)"/>
-
- -

注記

- -

これは、名前空間を解するパーサを使っている場合(つまり、文書が XML mime 型の場合など)にのみ機能します。HTML 文書では機能しません。

- -

仕様書

- - - -

ブラウザ実装状況

- - - -

{{Compat("api.Node.prefix")}}

- -

関連情報

- - -- cgit v1.2.3-54-g00ecf