aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/api/node/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/conflicting/web/api/node/index.html')
-rw-r--r--files/ja/conflicting/web/api/node/index.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/files/ja/conflicting/web/api/node/index.html b/files/ja/conflicting/web/api/node/index.html
deleted file mode 100644
index 697cffed41..0000000000
--- a/files/ja/conflicting/web/api/node/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Node.baseURIObject
-slug: conflicting/Web/API/Node
-tags:
- - DOM
- - DOM 3
- - Gecko
- - Node
-translation_of: Web/API/Node
-translation_of_original: Web/API/Node/baseURIObject
-original_slug: Web/API/Node/baseURIObject
----
-<div>{{ApiRef}} {{Non-standard_header}}</div>
-
-<h2 id="Summary" name="Summary">概要</h2>
-
-<p><code>baseURIObject</code> は、文書の基底 URL (base URL) を示す {{Interface("nsIURI")}} オブジェクトを返します。</p>
-
-<p>このプロパティは、HTML 、 XUL、 SVG、 MathML 等のノード全てに存在します。但し、このプロパティの使用を試みるスクリプトが UniversalXPConnect 特権を持つ場合に限ります。</p>
-
-<p>基底 URL の詳細については {{domxref("Node.baseURI")}} の頁をご覧下さい。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox"><var>uriObj</var> = element.baseURIObject
-</pre>
-
-<h2 id="Notes" name="Notes">注記</h2>
-
-<p>このプロパティは読取専用です。書込を試みた場合、例外がスローされます。また、このプロパティには、特権を持つコードからのみアクセス可能です。</p>
-
-<h2 id="Specification" name="Specification">仕様書</h2>
-
-<p>標準仕様書には含まれません。</p>