aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/_redirects.txt2
-rw-r--r--files/ja/_wikihistory.json12
-rw-r--r--files/ja/orphaned/web/api/documentorshadowroot/index.html77
-rw-r--r--files/ja/orphaned/web/api/documentorshadowroot/mselementsfromrect/index.html55
4 files changed, 0 insertions, 146 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt
index b976d41ad0..93b6623fbc 100644
--- a/files/ja/_redirects.txt
+++ b/files/ja/_redirects.txt
@@ -3529,7 +3529,6 @@
/ja/docs/Web/API/Document/domConfig /ja/docs/Web/API/Document
/ja/docs/Web/API/Document/inputEncoding /ja/docs/Web/API/Document/characterSet
/ja/docs/Web/API/Document/onselectionchange /ja/docs/Web/API/GlobalEventHandlers/onselectionchange
-/ja/docs/Web/API/DocumentOrShadowRoot /ja/docs/orphaned/Web/API/DocumentOrShadowRoot
/ja/docs/Web/API/DocumentOrShadowRoot/activeElement /ja/docs/Web/API/Document/activeElement
/ja/docs/Web/API/DocumentOrShadowRoot/caretPositionFromPoint /ja/docs/Web/API/Document/caretPositionFromPoint
/ja/docs/Web/API/DocumentOrShadowRoot/elementFromPoint /ja/docs/Web/API/Document/elementFromPoint
@@ -3537,7 +3536,6 @@
/ja/docs/Web/API/DocumentOrShadowRoot/fullscreenElement /ja/docs/Web/API/Document/fullscreenElement
/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/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
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json
index 443dfb09a4..cfc4ff29b8 100644
--- a/files/ja/_wikihistory.json
+++ b/files/ja/_wikihistory.json
@@ -51139,18 +51139,6 @@
"YuichiNukiyama"
]
},
- "orphaned/Web/API/DocumentOrShadowRoot": {
- "modified": "2020-10-15T22:12:34.663Z",
- "contributors": [
- "mfuji09"
- ]
- },
- "orphaned/Web/API/DocumentOrShadowRoot/msElementsFromRect": {
- "modified": "2020-08-15T02:28:38.346Z",
- "contributors": [
- "eltociear"
- ]
- },
"orphaned/Web/API/Document_Object_Model/Events": {
"modified": "2020-09-27T12:30:54.835Z",
"contributors": [
diff --git a/files/ja/orphaned/web/api/documentorshadowroot/index.html b/files/ja/orphaned/web/api/documentorshadowroot/index.html
deleted file mode 100644
index 34431a10d3..0000000000
--- a/files/ja/orphaned/web/api/documentorshadowroot/index.html
+++ /dev/null
@@ -1,77 +0,0 @@
----
-title: DocumentOrShadowRoot
-slug: orphaned/Web/API/DocumentOrShadowRoot
-tags:
- - API
- - Document
- - DocumentOrShadowRoot
- - Reference
- - ShadowRoot
- - インターフェイス
- - シャドウ DOM
-translation_of: Web/API/DocumentOrShadowRoot
-original_slug: Web/API/DocumentOrShadowRoot
----
-<div>{{APIRef("Web Components")}}</div>
-
-<p><span class="seoSummary"><strong><code>DocumentOrShadowRoot</code></strong> は <a href="/ja/docs/Web/Web_Components/Using_shadow_DOM">Shadow DOM API</a> のミックスインで、文書とシャドウルートで共有される API を提供します。</span>以下の機能は {{DOMxRef("Document")}} と {{DOMxRef("ShadowRoot")}} の両方に含まれています。</p>
-
-<h2 id="Properties" name="Properties">プロパティ</h2>
-
-<dl>
- <dt>{{DOMxRef("DocumentOrShadowRoot.activeElement")}}{{ReadOnlyInline}}</dt>
- <dd>シャドウツリー内でフォーカスを持っている {{DOMxRef('Element')}} を返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.fullscreenElement")}}{{ReadOnlyInline}}</dt>
- <dd>この文書で現在全画面モードになっている {{DOMxRef('Element')}} を返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.pointerLockElement")}} {{Experimental_Inline}}{{ReadOnlyInline}}</dt>
- <dd>ポインターがロックされている間、マウスイベントのターゲットとして設定された要素を返します。ロック待ちの場合、ポインターがロックされていない場合、ターゲットが別な文書である場合は <code>null</code> を返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.styleSheets")}}{{ReadOnlyInline}}</dt>
- <dd>文書に明示的にリンクされているか、埋め込まれているスタイルシートの {{DOMxRef('CSSStyleSheet')}} オブジェクトの {{DOMxRef('StyleSheetList')}} を返します。</dd>
-</dl>
-
-<h2 id="Methods" name="Methods">メソッド</h2>
-
-<dl>
- <dt>{{DOMxRef("DocumentOrShadowRoot.caretPositionFromPoint()")}}</dt>
- <dd>キャレットを含んでいる DOM ノードと、そのノード内におけるキャレットの文字のオフセットを含む {{DOMxRef('CaretPosition')}} オブジェクトを返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.elementFromPoint()")}}</dt>
- <dd>指定された座標にある最上位の要素を返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.elementsFromPoint()")}}</dt>
- <dd>指定された座標にあるすべての要素の配列を返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.getSelection()")}}</dt>
- <dd>ユーザーによって選択されているテキストの範囲、またはキャレットの現在の位置を表す {{DOMxRef('Selection')}} オブジェクトを返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.nodeFromPoint()")}} {{non-standard_inline}}</dt>
- <dd>指定された座標にある最上位のノードを返します。</dd>
- <dt>{{DOMxRef("DocumentOrShadowRoot.nodesFromPoint()")}} {{non-standard_inline}}</dt>
- <dd>指定された座標にあるすべてのノードの配列を返します。</dd>
-</dl>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('Shadow DOM','#extensions-to-the-documentorshadowroot-mixin','DocumentOrShadowRoot')}}</td>
- <td>{{Spec2('Shadow DOM')}}</td>
- <td>Shadow DOM で実装。</td>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG','#mixin-documentorshadowroot','DocumentOrShadowRoot')}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<p>{{Compat("api.DocumentOrShadowRoot")}}</p>
-
-<p>[1] このインターフェイスの機能は {{DOMxRef("Document")}} オブジェクトにも実装されています。</p>
diff --git a/files/ja/orphaned/web/api/documentorshadowroot/mselementsfromrect/index.html b/files/ja/orphaned/web/api/documentorshadowroot/mselementsfromrect/index.html
deleted file mode 100644
index a9c431e07a..0000000000
--- a/files/ja/orphaned/web/api/documentorshadowroot/mselementsfromrect/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: DocumentOrShadowRoot.msElementsFromRect()
-slug: orphaned/Web/API/DocumentOrShadowRoot/msElementsFromRect
-tags:
- - API
- - API:Microsoft Extensions
- - Method
- - Non-standard
- - Reference
- - msElementsFromRect
-translation_of: Web/API/DocumentOrShadowRoot/msElementsFromRect
-original_slug: Web/API/DocumentOrShadowRoot/msElementsFromRect
----
-<div>{{APIRef("Microsoft Extensions")}}{{Non-standard_Header}}</div>
-
-<p><strong><code>msElementsFromRect</code></strong> メソッドは、left、 top、 width、 heighで定義された四角形の下にある要素のノードリストを返します。</p>
-
-<p>この独自プロパティは Internet Explorer と Microsoft Edge に固有のものです。</p>
-
-<h2 id="構文">構文</h2>
-
-<pre class="syntaxbox notranslate"><em>object</em>.msElementsFromRect(left, top, width, height, retVal)
-</pre>
-
-<h3 id="パラメータ">パラメータ</h3>
-
-<dl>
- <dt><em>left </em>[in]</dt>
- <dd>型: <strong>浮動小数点</strong></dd>
- <dt><em>top</em>[in]</dt>
- <dd>型: <strong>浮動小数点</strong></dd>
- <dt><em>width</em>[in]</dt>
- <dd>型: <strong>浮動小数点</strong></dd>
- <dt><em>height </em>[in]</dt>
- <dd>型: <strong>浮動小数点</strong></dd>
- <dt><em>retVal </em>[out, reval]</dt>
- <dd>型: <strong>ノードリスト</strong></dd>
-</dl>
-
-<h2 id="例">例</h2>
-
-<p>特定のポイントの下にある全ての要素を検索するには、 <code>msElementsFromPoint(x, y)</code> を使用します。長方形を交差する全ての要素を見つけるには、 <code>msElementsFromRect(top, left, width, height)</code> を使用します。</p>
-
-<pre class="brush: js notranslate">var nodeList = document.msElementsFromRect(x,y,width,height)
-var nodeList = document.msElementsFromPoint(x,y)
-</pre>
-
-<p>返された nodeList には z-index でソートされているため、要素の相対的なスタック順序を確認できます。</p>
-
-<h2 id="See_Also" name="See_Also">関連項目</h2>
-
-<ul>
- <li><a href="https://testdrive-archive.azurewebsites.net/HTML5/HitTest/Default.html">Advanced Hit Testing APIs Demo for msElementsFromPoint() and msElementsFromRect() </a></li>
- <li><a href="/en-US/docs/Web/API/Microsoft_API_extensions">Microsoft API extensions </a></li>
-</ul>