From d156ac95bef633bcca4b553c54c5c514c2c6f0e0 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Tue, 9 Mar 2021 15:51:21 +0100 Subject: [PATCH] Remove docs for DocumentOrShadowRoot.msElementsFromRect --- files/en-us/_redirects.txt | 2 - files/en-us/_wikihistory.json | 8 --- .../elementsfrompoint/index.html | 1 - .../mselementsfromrect/index.html | 60 ------------------- .../web/api/microsoft_extensions/index.html | 1 - 5 files changed, 72 deletions(-) delete mode 100644 files/en-us/web/api/documentorshadowroot/mselementsfromrect/index.html diff --git a/files/en-us/_redirects.txt b/files/en-us/_redirects.txt index ce5a936063e0150..676ac6d0fe29157 100644 --- a/files/en-us/_redirects.txt +++ b/files/en-us/_redirects.txt @@ -7523,7 +7523,6 @@ /en-US/docs/Web/API/Document/mozCancelFullScreen /en-US/docs/Web/API/Document/exitFullscreen /en-US/docs/Web/API/Document/mozFullScreenElement /en-US/docs/Web/API/Document/fullscreenElement /en-US/docs/Web/API/Document/mozFullScreenEnabled /en-US/docs/Web/API/Document/fullscreenEnabled -/en-US/docs/Web/API/Document/msElementsFromRect /en-US/docs/Web/API/DocumentOrShadowRoot/msElementsFromRect /en-US/docs/Web/API/Document/namespaceURI /en-US/docs/Web/API/Node/namespaceURI /en-US/docs/Web/API/Document/onabort /en-US/docs/Web/API/GlobalEventHandlers/onabort /en-US/docs/Web/API/Document/onblur /en-US/docs/Web/API/GlobalEventHandlers/onblur @@ -9487,7 +9486,6 @@ /en-US/docs/Web/API/mozRTCSessionDescription/mozRTCSessionDescription /en-US/docs/Web/API/RTCSessionDescription/RTCSessionDescription /en-US/docs/Web/API/mozRTCSessionDescription/toJSON /en-US/docs/Web/API/RTCSessionDescription/toJSON /en-US/docs/Web/API/msConvertURL /en-US/docs/Web/API/Event/msConvertURL -/en-US/docs/Web/API/msElementsFromRect /en-US/docs/Web/API/DocumentOrShadowRoot/msElementsFromRect /en-US/docs/Web/API/msFrameStep /en-US/docs/Web/API/HTMLVideoElement/msFrameStep /en-US/docs/Web/API/msMatchesSelector /en-US/docs/Web/API/Element/matches /en-US/docs/Web/API/mute /en-US/docs/Web/API/MediaStreamTrack/mute_event diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json index 915e2cf2cc2eb9f..6435d4f4594f899 100644 --- a/files/en-us/_wikihistory.json +++ b/files/en-us/_wikihistory.json @@ -44360,14 +44360,6 @@ "david_ross" ] }, - "Web/API/DocumentOrShadowRoot/msElementsFromRect": { - "modified": "2020-08-15T02:17:06.104Z", - "contributors": [ - "eltociear", - "ExE-Boss", - "mattwojo" - ] - }, "Web/API/DocumentOrShadowRoot/styleSheets": { "modified": "2020-10-19T21:57:52.891Z", "contributors": [ diff --git a/files/en-us/web/api/documentorshadowroot/elementsfrompoint/index.html b/files/en-us/web/api/documentorshadowroot/elementsfrompoint/index.html index a7d7f01172b8fc8..49f3172aea06816 100644 --- a/files/en-us/web/api/documentorshadowroot/elementsfrompoint/index.html +++ b/files/en-us/web/api/documentorshadowroot/elementsfrompoint/index.html @@ -100,6 +100,5 @@

See also

diff --git a/files/en-us/web/api/documentorshadowroot/mselementsfromrect/index.html b/files/en-us/web/api/documentorshadowroot/mselementsfromrect/index.html deleted file mode 100644 index febea7779ddc6a1..000000000000000 --- a/files/en-us/web/api/documentorshadowroot/mselementsfromrect/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: DocumentOrShadowRoot.msElementsFromRect() -slug: Web/API/DocumentOrShadowRoot/msElementsFromRect -tags: -- API -- 'API:Microsoft Extensions' -- Method -- Non-standard -- Reference -- msElementsFromRect ---- -
{{APIRef("Microsoft Extensions")}}{{Non-standard_Header}}
- -

The msElementsFromRect method returns the node list of - elements that are under a rectangle defined by left, top, width, and height.

- -

This proprietary method is specific to Internet Explorer and Microsoft Edge.

- -

Syntax

- -
object.msElementsFromRect(left, top, width, height, retVal)
-
- -

Parameters

- -
-
left [in]
-
Type: Floating-point
-
top[in]
-
Type: Floating-point
-
width[in]
-
Type: Floating-point
-
height [in]
-
Type: Floating-point
-
retVal [out, reval]
-
Type: NodeList
-
- -

Example

- -

To find all of the elements under a given point, use - msElementsFromPoint(x, y). To find all of the elements which intersect a - rectangle, use msElementsFromRect(top, left, width, height).

- -
var nodeList = document.msElementsFromRect(x,y,width,height)
-var nodeList = document.msElementsFromPoint(x,y)
-
- -

The returned nodeList is sorted by z-index so that you can tell the relative stacking - order of the elements.

- -

See also

- - diff --git a/files/en-us/web/api/microsoft_extensions/index.html b/files/en-us/web/api/microsoft_extensions/index.html index a022867a6ece8c0..46ad13e2799b084 100644 --- a/files/en-us/web/api/microsoft_extensions/index.html +++ b/files/en-us/web/api/microsoft_extensions/index.html @@ -85,7 +85,6 @@

Other APIs

  • {{DOMxRef("msCapsLockWarningOff")}}
  • {{DOMxRef("Event.msConvertURL()")}}
  • {{DOMxRef("mselementresize")}}
  • -
  • {{DOMxRef("DocumentOrShadowRoot.msElementsFromRect()", "Document.msElementsFromRect()")}}
  • {{DOMxRef("msIsStaticHTML")}}
  • {{DOMxRef("Navigator.msLaunchUri()")}}
  • {{DOMxRef("msLaunchUriCallback")}}