aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/node/baseuriobject/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/node/baseuriobject/index.html')
-rw-r--r--files/ja/web/api/node/baseuriobject/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/files/ja/web/api/node/baseuriobject/index.html b/files/ja/web/api/node/baseuriobject/index.html
deleted file mode 100644
index 1de7600c48..0000000000
--- a/files/ja/web/api/node/baseuriobject/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: Node.baseURIObject
-slug: Web/API/Node/baseURIObject
-tags:
- - DOM
- - DOM 3
- - Gecko
- - Node
-translation_of: Web/API/Node
-translation_of_original: Web/API/Node/baseURIObject
----
-<div>{{ApiRef}} {{Fx_minversion_header("3")}} {{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>