aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-07-13 02:32:44 +0900
committerGitHub <noreply@github.com>2021-07-13 02:32:44 +0900
commitf78be0017f65d72c148c698192cf3fce770bd3eb (patch)
tree6c4190c5327cbdcf220acf55120c967434913aad /files
parenta3790a606c63a83d8316d4938b8137ae4e7f0990 (diff)
downloadtranslated-content-f78be0017f65d72c148c698192cf3fce770bd3eb.tar.gz
translated-content-f78be0017f65d72c148c698192cf3fce770bd3eb.tar.bz2
translated-content-f78be0017f65d72c148c698192cf3fce770bd3eb.zip
conflicting/Web/API/DocumentOrShadowRoot を削除 (#1361)
* conflicting/Web/API/DocumentOrShadowRoot を削除 conflicting/Web/API/DocumentOrShadowRoot 以下を削除。 同時に、 Document.getSelection() のドキュメントを 2021/06/13 時点の最新版に同期
Diffstat (limited to 'files')
-rw-r--r--files/ja/_redirects.txt7
-rw-r--r--files/ja/_wikihistory.json20
-rw-r--r--files/ja/conflicting/web/api/documentorshadowroot/getselection/index.html14
-rw-r--r--files/ja/conflicting/web/api/documentorshadowroot/index.html78
-rw-r--r--files/ja/conflicting/web/api/documentorshadowroot_20ea0e1d91453a020aad3a16dbce16f1/index.html82
-rw-r--r--files/ja/web/api/document/getselection/index.html86
6 files changed, 35 insertions, 252 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt
index 43ed24960a..3fd10cf5ec 100644
--- a/files/ja/_redirects.txt
+++ b/files/ja/_redirects.txt
@@ -68,7 +68,6 @@
/ja/docs/API/Document/getElementsByClassName /ja/docs/Web/API/Document/getElementsByClassName
/ja/docs/API/Document/getElementsByName /ja/docs/Web/API/Document/getElementsByName
/ja/docs/API/Document/getElementsByTagName /ja/docs/Web/API/Document/getElementsByTagName
-/ja/docs/API/Document/getSelection /ja/docs/conflicting/Web/API/DocumentOrShadowRoot/getSelection
/ja/docs/API/Document/hasFocus /ja/docs/Web/API/Document/hasFocus
/ja/docs/API/Document/head /ja/docs/Web/API/Document/head
/ja/docs/API/Document/height /ja/docs/Web/API/document/height
@@ -1447,7 +1446,7 @@
/ja/docs/DOM/document.getElementsByClassName /ja/docs/Web/API/Document/getElementsByClassName
/ja/docs/DOM/document.getElementsByName /ja/docs/Web/API/Document/getElementsByName
/ja/docs/DOM/document.getElementsByTagName /ja/docs/Web/API/Document/getElementsByTagName
-/ja/docs/DOM/document.getSelection /ja/docs/conflicting/Web/API/DocumentOrShadowRoot/getSelection
+/ja/docs/DOM/document.getSelection /ja/docs/Web/API/Document/getSelection
/ja/docs/DOM/document.hasFocus /ja/docs/Web/API/Document/hasFocus
/ja/docs/DOM/document.head /ja/docs/Web/API/Document/head
/ja/docs/DOM/document.height /ja/docs/Web/API/document/height
@@ -3766,8 +3765,6 @@
/ja/docs/Web/API/DocumentOrShadowRoot/getAnimations /ja/docs/Web/API/Document/getAnimations
/ja/docs/Web/API/DocumentOrShadowRoot/getSelection /ja/docs/Web/API/Document/getSelection
/ja/docs/Web/API/DocumentOrShadowRoot/msElementsFromRect /ja/docs/orphaned/Web/API/DocumentOrShadowRoot/msElementsFromRect
-/ja/docs/Web/API/DocumentOrShadowRoot/nodeFromPoint /ja/docs/conflicting/Web/API/DocumentOrShadowRoot
-/ja/docs/Web/API/DocumentOrShadowRoot/nodesFromPoint /ja/docs/conflicting/Web/API/DocumentOrShadowRoot_20ea0e1d91453a020aad3a16dbce16f1
/ja/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /ja/docs/Web/API/Document/pointerLockElement
/ja/docs/Web/API/DocumentOrShadowRoot/styleSheets /ja/docs/Web/API/Document/styleSheets
/ja/docs/Web/API/Document_Object_Model/Events /ja/docs/orphaned/Web/API/Document_Object_Model/Events
@@ -4107,7 +4104,7 @@
/ja/docs/Web/API/document.getElementById /ja/docs/Web/API/Document/getElementById
/ja/docs/Web/API/document.getElementsByClassName /ja/docs/Web/API/Document/getElementsByClassName
/ja/docs/Web/API/document.getElementsByName /ja/docs/Web/API/Document/getElementsByName
-/ja/docs/Web/API/document.getSelection /ja/docs/conflicting/Web/API/DocumentOrShadowRoot/getSelection
+/ja/docs/Web/API/document.getSelection /ja/docs/Web/API/Document/getSelection
/ja/docs/Web/API/document.hasFocus /ja/docs/Web/API/Document/hasFocus
/ja/docs/Web/API/document.head /ja/docs/Web/API/Document/head
/ja/docs/Web/API/document.height /ja/docs/Web/API/document/height
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json
index cc7f5099d8..67a9b9888a 100644
--- a/files/ja/_wikihistory.json
+++ b/files/ja/_wikihistory.json
@@ -48332,26 +48332,6 @@
"tanakanakanaka"
]
},
- "conflicting/Web/API/DocumentOrShadowRoot": {
- "modified": "2020-10-15T22:15:52.863Z",
- "contributors": [
- "mfuji09"
- ]
- },
- "conflicting/Web/API/DocumentOrShadowRoot/getSelection": {
- "modified": "2019-03-23T23:38:33.748Z",
- "contributors": [
- "mfuji09",
- "fscholz",
- "ethertank"
- ]
- },
- "conflicting/Web/API/DocumentOrShadowRoot_20ea0e1d91453a020aad3a16dbce16f1": {
- "modified": "2020-10-15T22:15:54.517Z",
- "contributors": [
- "mfuji09"
- ]
- },
"conflicting/Web/API/FormData/Using_FormData_Objects": {
"modified": "2019-03-23T23:31:20.923Z",
"contributors": [
diff --git a/files/ja/conflicting/web/api/documentorshadowroot/getselection/index.html b/files/ja/conflicting/web/api/documentorshadowroot/getselection/index.html
deleted file mode 100644
index 9931991d62..0000000000
--- a/files/ja/conflicting/web/api/documentorshadowroot/getselection/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: document.getSelection
-slug: conflicting/Web/API/DocumentOrShadowRoot/getSelection
-tags:
- - DOM
- - Document
- - Reference
- - Selection
-translation_of: Web/API/DocumentOrShadowRoot/getSelection
-translation_of_original: Web/API/Document/getSelection
-original_slug: Web/API/Document/getSelection
----
-<p>DOM の <code>getSelection()</code> メソッドは、 {{domxref("Window")}} インタフェース及び {{domxref("Document")}} インタフェースで利用可能です。<br>
- 詳細については {{domxref("window.getSelection()")}} の頁を参照して下さい。</p>
diff --git a/files/ja/conflicting/web/api/documentorshadowroot/index.html b/files/ja/conflicting/web/api/documentorshadowroot/index.html
deleted file mode 100644
index b3f0dbc605..0000000000
--- a/files/ja/conflicting/web/api/documentorshadowroot/index.html
+++ /dev/null
@@ -1,78 +0,0 @@
----
-title: DocumentOrShadowRoot.nodeFromPoint()
-slug: conflicting/Web/API/DocumentOrShadowRoot
-tags:
- - API
- - DocumentOrShadowRoot
- - Method
- - Non-standard
- - Reference
- - nodeFromPoint
- - メソッド
- - 標準外
-translation_of: Web/API/DocumentOrShadowRoot
-translation_of_original: Web/API/DocumentOrShadowRoot/nodeFromPoint
-original_slug: Web/API/DocumentOrShadowRoot/nodeFromPoint
----
-<div>{{APIRef("DOM")}}{{Non-standard_header}}</div>
-
-<p><span class="seoSummary">{{domxref("DocumentOrShadowRoot")}} インターフェイスの <strong><code>nodeFromPoint()</code></strong> プロパティは、 (ビューポートからの相対で) 指定された座標にある最上位のノードを返します。</span></p>
-
-<p>現在のところ、このメソッドは Firefox でしか実装されておらず、クロムコードでのみ利用できます。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox">var node = document.nodeFromPoint(x, y);</pre>
-
-<h3 id="Parameters" name="Parameters">引数</h3>
-
-<dl>
- <dt><code>x</code></dt>
- <dd>点の水平座標を表す倍精度浮動小数値。</dd>
- <dt><code>y</code></dt>
- <dd>点の垂直座標を表す倍精度浮動小数値。</dd>
-</dl>
-
-<h3 id="Returns" name="Returns">返値</h3>
-
-<p>{{domxref('Node')}} オブジェクト。</p>
-
-<h2 id="Example" name="Example">例</h2>
-
-<h3 id="HTML_Content" name="HTML_Content">HTML Content</h3>
-
-<pre class="brush: html">&lt;div&gt;
- &lt;p&gt;Some text&lt;/p&gt;
-&lt;/div&gt;
-&lt;p&gt;Top node at point 30, 20:&lt;/p&gt;
-&lt;div id="output"&gt;&lt;/div&gt;
-</pre>
-
-<h3 id="JavaScript_Content" name="JavaScript_Content">JavaScript Content</h3>
-
-<pre class="brush: js;highlight[1]">var output = document.getElementById("output");
-if (document.nodeFromPoint) {
- var node = document.nodeFromPoint(30, 20);
- output.textContent += node.localName;
-} else {
- output.innerHTML = "&lt;span style=\"color: red;\"&gt;" +
- "Browser does not support &lt;code&gt;document.nodeFromPoint()&lt;/code&gt;" +
- "&lt;/span&gt;";
-}</pre>
-
-<p>{{EmbedLiveSample('Example', '420', '120')}}</p>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<p>現在はどの仕様書にも含まれていません。</p>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<p>{{Compat("api.DocumentOrShadowRoot.nodeFromPoint")}}</p>
-
-<h2 id="See_Also" name="See_Also">関連情報</h2>
-
-<ul>
- <li>{{DOMxRef("DocumentOrShadowRoot.nodesFromPoint()")}}</li>
- <li>{{DOMxRef("DocumentOrShadowRoot.elementFromPoint()")}}</li>
-</ul>
diff --git a/files/ja/conflicting/web/api/documentorshadowroot_20ea0e1d91453a020aad3a16dbce16f1/index.html b/files/ja/conflicting/web/api/documentorshadowroot_20ea0e1d91453a020aad3a16dbce16f1/index.html
deleted file mode 100644
index e1744f4eb8..0000000000
--- a/files/ja/conflicting/web/api/documentorshadowroot_20ea0e1d91453a020aad3a16dbce16f1/index.html
+++ /dev/null
@@ -1,82 +0,0 @@
----
-title: DocumentOrShadowRoot.nodesFromPoint()
-slug: conflicting/Web/API/DocumentOrShadowRoot_20ea0e1d91453a020aad3a16dbce16f1
-tags:
- - API
- - DocumentOrShadowRoot
- - Method
- - Non-standard
- - Reference
- - nodesFromPoint
- - メソッド
-translation_of: Web/API/DocumentOrShadowRoot
-translation_of_original: Web/API/DocumentOrShadowRoot/nodesFromPoint
-original_slug: Web/API/DocumentOrShadowRoot/nodesFromPoint
----
-<div>{{APIRef("DOM")}}{{Non-standard_header}}</div>
-
-<p><span class="seoSummary">{{domxref("DocumentOrShadowRoot")}} インターフェイスの <strong><code>nodesFromPoint()</code></strong> プロパティは、 (ビューポートからの相対で) 指定された座標のすべてのノードの配列を返します。</span></p>
-
-<p>現在のところ、このメソッドは Firefox でしか実装されておらず、クロムコードでのみ利用できます。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox">var nodes = document.nodesFromPoint(x, y);</pre>
-
-<h3 id="Parameters" name="Parameters">引数</h3>
-
-<dl>
- <dt>x</dt>
- <dd>点の水平座標。</dd>
- <dt>y</dt>
- <dd>点の垂直座標。</dd>
-</dl>
-
-<h3 id="Returns" name="Returns">返値</h3>
-
-<p>{{domxref('Node')}} オブジェクトの配列。</p>
-
-<h2 id="Example" name="Example">例</h2>
-
-<h3 id="HTML_Content" name="HTML_Content">HTML コンテンツ</h3>
-
-<pre class="brush: html">&lt;div&gt;
- &lt;p&gt;Some text&lt;/p&gt;
-&lt;/div&gt;
-&lt;p&gt;Nodes at point 30, 20:&lt;/p&gt;
-&lt;div id="output"&gt;&lt;/div&gt;
-</pre>
-
-<h3 id="JavaScript_Content" name="JavaScript_Content">JavaScript コンテンツ</h3>
-
-<pre class="brush: js;highlight[1]">var output = document.getElementById("output");
-if (document.nodesFromPoint) {
- var nodes = document.nodesFromPoint(30, 20);
- for(var i = 0; i &lt; nodes.length; i++) {
- output.textContent += nodes[i].localName;
- if (i &lt; nodes.length - 1) {
- output.textContent += " &lt; ";
- }
- }
-} else {
- output.innerHTML = "&lt;span style=\"color: red;\"&gt;" +
- "Browser does not support &lt;code&gt;document.nodesFromPoint()&lt;/code&gt;" +
- "&lt;/span&gt;";
-}</pre>
-
-<p>{{EmbedLiveSample('Example', '420', '120')}}</p>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<p>現在はどの仕様書にも含まれていません。</p>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<p>{{Compat("api.DocumentOrShadowRoot.nodesFromPoint")}}</p>
-
-<h2 id="See_Also" name="See_Also">関連情報</h2>
-
-<ul>
- <li>{{DOMxRef("DocumentOrShadowRoot.nodeFromPoint()")}}</li>
- <li>{{DOMxRef("DocumentOrShadowRoot.elementsFromPoint()")}}</li>
-</ul>
diff --git a/files/ja/web/api/document/getselection/index.html b/files/ja/web/api/document/getselection/index.html
index eee7650877..5e416caf0b 100644
--- a/files/ja/web/api/document/getselection/index.html
+++ b/files/ja/web/api/document/getselection/index.html
@@ -1,86 +1,66 @@
---
-title: DocumentOrShadowRoot.getSelection()
+title: Document.getSelection()
slug: Web/API/Document/getSelection
tags:
- API
- - DocumentOrShadowRoot
- - Doument
+ - Document
- Method
- Reference
- - ShadowRoot
- getSelection
- - getSelection()
- - shadow dom
-translation_of: Web/API/DocumentOrShadowRoot/getSelection
+browser-compat: api.Document.getSelection
+translation_of: Web/API/Document/getSelection
original_slug: Web/API/DocumentOrShadowRoot/getSelection
---
-<div>{{APIRef("DOM")}}{{SeeCompatTable}}</div>
+<div>{{APIRef("DOM")}}</div>
-<p><span class="seoSummary"><strong><code>getSelection()</code></strong> は {{DOMxRef("DocumentOrShadowRoot")}} インターフェイスのプロパティで、ユーザーが選択したテキストの範囲、またはキャレットの現在位置を表す {{DOMxRef("Selection")}} オブジェクトを返します。</span></p>
+<p><span class="seoSummary"><strong><code>getSelection()</code></strong> は {{DOMxRef("Document")}} インターフェイスのプロパティで、ユーザーが選択したテキストの範囲、またはキャレットの現在位置を表す {{DOMxRef("Selection")}} オブジェクトを返します。</span></p>
-<h2 id="Syntax" name="Syntax">構文</h2>
+<h2 id="Syntax">構文</h2>
-<pre class="syntaxbox">var selection = documentOrShadowRootInstance.getSelection()</pre>
+<pre class="brush: js">getSelection()</pre>
-<h3 id="Parameters" name="Parameters">引数</h3>
+<h3 id="Parameters">引数</h3>
<p>なし。</p>
-<h3 id="Returns" name="Returns">返値</h3>
+<h3 id="Returns">返値</h3>
<p>{{DOMxRef("Selection")}} オブジェクト。</p>
-<h2 id="Example" name="Example">例</h2>
+<h2 id="Example">例</h2>
-<pre class="brush:js">function foo() {
- var selObj = document.getSelection();
- alert(selObj);
- var selRange = selObj.getRangeAt(0);
- // do stuff with the range
-}</pre>
+<h3 id="Getting_a_Selection_object">Selection オブジェクトを取得</h3>
-<h2 id="Notes" name="Notes">メモ</h2>
+<pre class="brush:js">
+let selection = document.getSelection();
+let selRange = selection.getRangeAt(0);
+// この範囲に対して何かをする
-<h3 id="String_representation_of_the_Selection_object" name="String_representation_of_the_Selection_object">Selection オブジェクトの文字列表現</h3>
+console.log(selection); // Selection オブジェクト
+</pre>
-<p>JavaScript では、オブジェクトが string を取る関数 ({{DOMxRef("Window.alert()")}} など) に渡された場合、オブジェクトの {{JSxRef("Object.toString", "toString()")}} メソッドが呼び出され、関数にその返値が渡されます。これにより、プロパティやメソッドを持つ実際のオブジェクトであった場合、他の関数に使われると文字列になって現れることがあります。</p>
+<h3 id="String_representation_of_the_Selection_object">Selection オブジェクトの文字列表現</h3>
-<p>上記の例では、 <code>selObj.toString()</code> が呼び出されてから {{DOMxRef("Window.alert()")}} に渡されます。しかし、 JavaScript の <a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/String" title="JS/String">String</a> のプロパティやメソッド、例えば <code><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/String/length" title="JS/String.length">length</a></code> や <code><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/String/substr" title="JS/String.substr">substr</a></code> が {{DOMxRef("Selection")}} オブジェクトに対して呼び出されると、そのプロパティやメソッドを持っていないため、エラーが発生するか予期しない結果が返ることがあります。 <code>Selection</code> オブジェクトを文字列として扱うには、 <code>toString()</code> メソッドを直接呼び出してください。</p>
+<p>JavaScript では、オブジェクトが文字列を取る関数 ({{DOMxRef("Window.alert()")}} など) に渡された場合、オブジェクトの {{JSxRef("Object.toString", "toString()")}} メソッドが呼び出され、関数にその返値が渡されます。これにより、プロパティやメソッドを持つ実際のオブジェクトであった場合、他の関数に使われると文字列になって現れることがあります。</p>
-<pre class="brush:js;gutter:false;">var selectedText = selObj.toString();</pre>
+<pre class="brush:js;">alert(selection);</pre>
-<ul>
- <li><code>selObj</code> は <code>Selection</code> オブジェクトです。</li>
- <li><code>selectedText</code> は文字列 (選択中のテキスト) です。</li>
-</ul>
+<p>ただし、すべての関数で自動的に <code>toString()</code> が呼び出されるとは限りません。 <code>Selection</code> オブジェクトを文字列として使用する場合は、 <code>toString()</code> メソッドを直接呼び出してください。</p>
-<h3 id="Related_objects" name="Related_objects">関連するオブジェクト</h3>
+<pre class="brush:js;">let selectedText = selection.toString();</pre>
+
+<h2 id="Related_objects">関連するオブジェクト</h2>
<p>{{domxref("Window.getSelection()")}} を呼び出すと、 <code>Document.getSelection()</code> と同等の動作をします。</p>
-<p>Firefox において現在は <code>getSelection()</code> は {{htmlelement("input")}} 要素の中では動作しないことに注意してください。 {{domxref("HTMLInputElement.setSelectionRange()")}}) を使用することで回避できます。</p>
+<p>Firefox において現在は <code>getSelection()</code> は {{htmlelement("input")}} 要素の中では動作しないことに注意してください。 {{domxref("HTMLInputElement.setSelectionRange()")}} を使用することで回避できます。</p>
<p><em>selection</em> と <em>focus</em> との違いにも注意してください。 {{domxref("Document.activeElement")}} はフォーカスを持つ要素を返します。</p>
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- <tr>
- <td>{{SpecName("Shadow DOM", "#extensions-to-the-documentorshadowroot-mixin", "DocumentOrShadowRoot")}}</td>
- <td>{{Spec2("Shadow DOM")}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<div>
-<p>{{Compat("api.DocumentOrShadowRoot.getSelection")}}</p>
-</div>
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>