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.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/api/node/index.html b/files/ja/conflicting/web/api/node/index.html
new file mode 100644
index 0000000000..1de7600c48
--- /dev/null
+++ b/files/ja/conflicting/web/api/node/index.html
@@ -0,0 +1,33 @@
+---
+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>