diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-05 01:54:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 01:54:01 +0900 |
commit | d853a8e73b4909d6799af8b12f84947738ddf8d4 (patch) | |
tree | d30c1d014796dff5693753792f190dfee40421fe /files/ja/conflicting | |
parent | 7819d811c4afda0780bdfb8f453cf6f367203ccd (diff) | |
download | translated-content-d853a8e73b4909d6799af8b12f84947738ddf8d4.tar.gz translated-content-d853a8e73b4909d6799af8b12f84947738ddf8d4.tar.bz2 translated-content-d853a8e73b4909d6799af8b12f84947738ddf8d4.zip |
Web/API/Node を更新 (#1311)
- conflicting 版は古いので削除
- 2021/06/26 時点の英語版に同期
Diffstat (limited to 'files/ja/conflicting')
-rw-r--r-- | files/ja/conflicting/web/api/node/index.html | 34 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html | 22 |
2 files changed, 0 insertions, 56 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> diff --git a/files/ja/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html b/files/ja/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html deleted file mode 100644 index 53585b37f0..0000000000 --- a/files/ja/conflicting/web/api/node_378aed5ed6869e50853edbc988cf9556/index.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Node.nodePrincipal -slug: conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556 -tags: - - DOM - - Gecko - - Gecko DOM Reference -translation_of: Web/API/Node -translation_of_original: Web/API/Node/nodePrincipal -original_slug: Web/API/Node/nodePrincipal ---- -<div> - {{ApiRef}}{{Non-standard_header}}</div> -<h2 id="Summary" name="Summary">概要</h2> -<p><code>nodePrincipal</code> は、ノードの現在のセキュリティ・コンテキストを表す {{interface("nsIPrincipal")}} オブジェクトを返します</p> -<p>{{note("このプロパティは、HTML 、XUL 、SVG 、MathML などの全てのノードに存在しますが、スクリプトが使用を試みた場合にのみ、 UniversalXPConnect 特権を持ちます。")}}</p> -<h2 id="Syntax" name="Syntax">構文</h2> -<pre class="syntaxbox"><var>principalObj</var> = element.nodePrincipal</pre> -<h2 id="Notes" name="Notes">注記</h2> -<p>このプロパティは読取専用です。書込みを試みた場合、例外がスローされます。また、このプロパティには特権コードからのみアクセス可能です。</p> -<h2 id="Specification" name="Specification">仕様書</h2> -<p>仕様書はありません。</p> |