From c910f203eea5f39e06b80233241e18a1ca071683 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Tue, 23 Feb 2021 16:18:18 +0100
Subject: [PATCH 01/10] yarn content move
Web/API/DocumentOrShadowRoot/pictureInPictureElement
Web/API/Document/pictureInPictureElement
---
files/en-us/_redirects.txt | 3 ++-
files/en-us/_wikihistory.json | 16 ++++++-------
.../pictureinpictureelement/index.html | 24 +++++++++----------
3 files changed, 22 insertions(+), 21 deletions(-)
rename files/en-us/web/api/{documentorshadowroot => document}/pictureinpictureelement/index.html (92%)
diff --git a/files/en-us/_redirects.txt b/files/en-us/_redirects.txt
index c4d5b0b67f353b0..1eeaab67648e42a 100644
--- a/files/en-us/_redirects.txt
+++ b/files/en-us/_redirects.txt
@@ -7566,7 +7566,8 @@
/en-US/docs/Web/API/DocumentOrShadowRoot/fullscreenElement /en-US/docs/Web/API/Document/fullscreenElement
/en-US/docs/Web/API/DocumentOrShadowRoot/nodeFromPoint /en-US/docs/Web/API/DocumentOrShadowRoot
/en-US/docs/Web/API/DocumentOrShadowRoot/nodesFromPoint /en-US/docs/Web/API/DocumentOrShadowRoot
-/en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureEnabled /en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureElement
+/en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureElement /en-US/docs/Web/API/Document/pictureInPictureElement
+/en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureEnabled /en-US/docs/Web/API/Document/pictureInPictureElement
/en-US/docs/Web/API/DocumentTouch.createTouch /en-US/docs/Web/API/Document/createTouch
/en-US/docs/Web/API/DocumentTouch.createTouchList /en-US/docs/Web/API/Document/createTouchList
/en-US/docs/Web/API/DocumentTouch/createTouch /en-US/docs/Web/API/Document/createTouch
diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json
index 48457801cde847e..1f3b56e3896edd0 100644
--- a/files/en-us/_wikihistory.json
+++ b/files/en-us/_wikihistory.json
@@ -44405,13 +44405,6 @@
"mattwojo"
]
},
- "Web/API/DocumentOrShadowRoot/pictureInPictureElement": {
- "modified": "2020-10-25T11:04:35.581Z",
- "contributors": [
- "chrisdavidmills",
- "germain"
- ]
- },
"Web/API/DocumentOrShadowRoot/pointerLockElement": {
"modified": "2020-10-15T21:25:15.470Z",
"contributors": [
@@ -165876,5 +165869,12 @@
"ziyunfei",
"ernestd"
]
+ },
+ "Web/API/Document/pictureInPictureElement": {
+ "modified": "2020-10-25T11:04:35.581Z",
+ "contributors": [
+ "chrisdavidmills",
+ "germain"
+ ]
}
-}
\ No newline at end of file
+}
diff --git a/files/en-us/web/api/documentorshadowroot/pictureinpictureelement/index.html b/files/en-us/web/api/document/pictureinpictureelement/index.html
similarity index 92%
rename from files/en-us/web/api/documentorshadowroot/pictureinpictureelement/index.html
rename to files/en-us/web/api/document/pictureinpictureelement/index.html
index cce0c2833873b42..bb7a27a1f8a43e0 100644
--- a/files/en-us/web/api/documentorshadowroot/pictureinpictureelement/index.html
+++ b/files/en-us/web/api/document/pictureinpictureelement/index.html
@@ -1,18 +1,18 @@
---
title: DocumentOrShadowRoot.pictureInPictureElement
-slug: Web/API/DocumentOrShadowRoot/pictureInPictureElement
+slug: Web/API/Document/pictureInPictureElement
tags:
-- API
-- Document
-- DocumentOrShadowRoot
-- Graphics
-- Picture-in-Picture
-- Picture-in-Picture API
-- Property
-- Read-only
-- Reference
-- pictureInPictureElement
-- pip
+ - API
+ - Document
+ - DocumentOrShadowRoot
+ - Graphics
+ - Picture-in-Picture
+ - Picture-in-Picture API
+ - Property
+ - Read-only
+ - Reference
+ - pictureInPictureElement
+ - pip
---
{{ApiRef("Fullscreen API")}}
From 4fdcf27e4852db912f5bdda7afd19d6a796cc03c Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Tue, 23 Feb 2021 16:22:12 +0100
Subject: [PATCH 02/10] Update document.pictureInPictureElement
---
.../document/pictureinpictureelement/index.html | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/files/en-us/web/api/document/pictureinpictureelement/index.html b/files/en-us/web/api/document/pictureinpictureelement/index.html
index bb7a27a1f8a43e0..10d6a5fc55126c4 100644
--- a/files/en-us/web/api/document/pictureinpictureelement/index.html
+++ b/files/en-us/web/api/document/pictureinpictureelement/index.html
@@ -1,10 +1,9 @@
---
-title: DocumentOrShadowRoot.pictureInPictureElement
+title: Document.pictureInPictureElement
slug: Web/API/Document/pictureInPictureElement
tags:
- API
- Document
- - DocumentOrShadowRoot
- Graphics
- Picture-in-Picture
- Picture-in-Picture API
@@ -17,7 +16,7 @@
{{ApiRef("Fullscreen API")}}
The
- DocumentOrShadowRoot.pictureInPictureElement
read-only
+ Document.pictureInPictureElement
read-only
property returns the {{ domxref("HTMLVideoElement") }} that is currently being
presented in picture-in-picture mode in this document, or null
if
picture-in-picture mode is not currently in use.
@@ -57,24 +56,18 @@ Specifications
Specification |
- Status |
- Comment |
- {{SpecName("Picture-in-Picture",
- "#dom-documentorshadowroot-pictureinpictureelement",
- "Document.pictureInPictureElement")}} |
- {{Spec2("Picture-in-Picture")}} |
- Initial definition |
+ {{SpecName("Picture-in-Picture", "#dom-documentorshadowroot-pictureinpictureelement", "Document.pictureInPictureElement")}} |
Browser compatibility
-{{Compat("api.DocumentOrShadowRoot.pictureInPictureElement")}}
+{{Compat("api.Document.pictureInPictureElement")}}
See also
From 8a01dbc32117878a1986f6547d590d1343902589 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Tue, 23 Feb 2021 16:25:49 +0100
Subject: [PATCH 03/10] Add propety to document interface page
---
files/en-us/web/api/document/index.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/files/en-us/web/api/document/index.html b/files/en-us/web/api/document/index.html
index cdb0d11edc4c0cb..9fbb971e8958a08 100644
--- a/files/en-us/web/api/document/index.html
+++ b/files/en-us/web/api/document/index.html
@@ -64,8 +64,10 @@ Properties
Returns a list of all the hyperlinks in the document.
{{DOMxRef("Document.mozSyntheticDocument")}} {{Non-standard_Inline}}
Returns a {{JSxRef("Boolean")}} that is true
only if this document is synthetic, such as a standalone image, video, audio file, or the like.
- {{DOMxRef("Document.pictureInPictureEnabled")}}{{ReadOnlyInline}}
- Returns true if the picture-in-picture feature is enabled
+ {{DOMxRef("Document.pictureInPictureElement")}} {{ReadOnlyInline}}
+ Returns the {{DOMxRef('HTMLVideoElement')}} is currently being presented in picture-in-picture mode in this document.
+ {{DOMxRef("Document.pictureInPictureEnabled")}} {{ReadOnlyInline}}
+ Returns true if the picture-in-picture feature is enabled.
{{DOMxRef("Document.plugins")}}{{ReadOnlyInline}}
Returns a list of the available plugins.
{{DOMxRef("Document.featurePolicy")}} {{Experimental_Inline}}{{ReadOnlyInline}}
From 7d6cebd8a64c57e868f8c4bf4e4ec335e5dff003 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Tue, 23 Feb 2021 16:29:58 +0100
Subject: [PATCH 04/10] Fix various links
---
.../web/api/document/exitpictureinpicture/index.html | 2 +-
.../api/document/pictureinpictureenabled/index.html | 2 +-
.../requestpictureinpicture/index.html | 2 +-
files/en-us/web/api/picture-in-picture_api/index.html | 10 +++++-----
.../en-us/web/css/_colon_picture-in-picture/index.html | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/files/en-us/web/api/document/exitpictureinpicture/index.html b/files/en-us/web/api/document/exitpictureinpicture/index.html
index 96a7b4bed82bd4f..0b0db0fa56be9a2 100644
--- a/files/en-us/web/api/document/exitpictureinpicture/index.html
+++ b/files/en-us/web/api/document/exitpictureinpicture/index.html
@@ -82,6 +82,6 @@ See also
{{DOMxRef("HTMLVideoElement.autoPictureInPicture")}}
{{DOMxRef("HTMLVideoElement.disablePictureInPicture")}}
{{DOMxRef("Document.pictureInPictureEnabled")}}
- {{DOMxRef("DocumentOrShadowRoot.pictureInPictureElement")}}
+ {{DOMxRef("Document.pictureInPictureElement")}}
{{CSSxRef(":picture-in-picture")}}
diff --git a/files/en-us/web/api/document/pictureinpictureenabled/index.html b/files/en-us/web/api/document/pictureinpictureenabled/index.html
index bf1cda7d2945dea..ff72dac0167c7be 100644
--- a/files/en-us/web/api/document/pictureinpictureenabled/index.html
+++ b/files/en-us/web/api/document/pictureinpictureenabled/index.html
@@ -82,6 +82,6 @@ See also
{{DOMxRef("HTMLVideoElement.autoPictureInPicture")}}
{{DOMxRef("HTMLVideoElement.disablePictureInPicture")}}
{{DOMxRef("Document.exitPictureInPicture()")}}
- {{DOMxRef("DocumentOrShadowRoot.pictureInPictureElement")}}
+ {{DOMxRef("Document.pictureInPictureElement")}}
{{CSSxRef(":picture-in-picture")}}
diff --git a/files/en-us/web/api/htmlvideoelement/requestpictureinpicture/index.html b/files/en-us/web/api/htmlvideoelement/requestpictureinpicture/index.html
index 9f7b838ec34ca18..67af27e0b595fcd 100644
--- a/files/en-us/web/api/htmlvideoelement/requestpictureinpicture/index.html
+++ b/files/en-us/web/api/htmlvideoelement/requestpictureinpicture/index.html
@@ -77,6 +77,6 @@ See also
{{DOMxRef("HTMLVideoElement.disablePictureInPicture")}}
{{DOMxRef("Document.pictureInPictureEnabled")}}
{{DOMxRef("Document.exitPictureInPicture()")}}
- {{DOMxRef("DocumentOrShadowRoot.pictureInPictureElement")}}
+ {{DOMxRef("Document.pictureInPictureElement")}}
{{CSSxRef(":picture-in-picture")}}
diff --git a/files/en-us/web/api/picture-in-picture_api/index.html b/files/en-us/web/api/picture-in-picture_api/index.html
index 1f408f71e1a858f..c1bf6acb0db138a 100644
--- a/files/en-us/web/api/picture-in-picture_api/index.html
+++ b/files/en-us/web/api/picture-in-picture_api/index.html
@@ -66,8 +66,8 @@ Properties on the Document interfa
Properties on the DocumentOrShadowRoot interface
- - {{DOMxRef("DocumentOrShadowRoot.pictureInPictureElement")}}
- - The
pictureInPictureElement
property tells you which {{DOMxRef("Element")}} is currently being displayed in the floating window. If this is null
, the document has no node currently in picture-in-picture mode.
+ - {{DOMxRef("Document.pictureInPictureElement")}} / {{DOMxRef("ShadowRoot.pictureInPictureElement")}}
+ - The
pictureInPictureElement
property tells you which {{DOMxRef("Element")}} is currently being displayed in the floating window (or in the shadow DOM). If this is null
, the document (or shadow DOM) has no node currently in picture-in-picture mode.
Events
@@ -164,11 +164,11 @@ Document.exitPictureInPicture
{{Compat("api.Document.exitPictureInPicture")}}
-DocumentOrShadowRoot.pictureInPictureElement
+Document.pictureInPictureElement
-{{Compat("api.DocumentOrShadowRoot.pictureInPictureElement")}}
+{{Compat("api.Document.pictureInPictureElement")}}
PictureInPictureWindow
@@ -184,6 +184,6 @@ See also
{{DOMxRef("HTMLVideoElement.disablePictureInPicture")}}
{{DOMxRef("Document.pictureInPictureEnabled")}}
{{DOMxRef("Document.exitPictureInPicture()")}}
- {{DOMxRef("DocumentOrShadowRoot.pictureInPictureElement")}}
+ {{DOMxRef("Document.pictureInPictureElement")}}
{{CSSxRef(":picture-in-picture")}}
diff --git a/files/en-us/web/css/_colon_picture-in-picture/index.html b/files/en-us/web/css/_colon_picture-in-picture/index.html
index fdab2d0802759e6..54ca8b08e4067ec 100644
--- a/files/en-us/web/css/_colon_picture-in-picture/index.html
+++ b/files/en-us/web/css/_colon_picture-in-picture/index.html
@@ -81,5 +81,5 @@ See also
{{DOMxRef("HTMLVideoElement.disablePictureInPicture")}}
{{DOMxRef("Document.pictureInPictureEnabled")}}
{{DOMxRef("Document.exitPictureInPicture()")}}
- {{DOMxRef("DocumentOrShadowRoot.pictureInPictureElement")}}
+ {{DOMxRef("Document.pictureInPictureElement")}}
From de3062c2adce1cab389939c6896af43b765a8b75 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Tue, 23 Feb 2021 17:00:19 +0100
Subject: [PATCH 05/10] Add property to ShadowRoot page
---
files/en-us/web/api/shadowroot/index.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/files/en-us/web/api/shadowroot/index.html b/files/en-us/web/api/shadowroot/index.html
index c7a9c53c832b225..760d42fc6cff047 100644
--- a/files/en-us/web/api/shadowroot/index.html
+++ b/files/en-us/web/api/shadowroot/index.html
@@ -30,6 +30,8 @@ Properties
Sets or returns a reference to the DOM tree inside the ShadowRoot
.
{{domxref("ShadowRoot.mode")}} {{readonlyinline}}
The mode of the ShadowRoot
— either open
or closed
. This defines whether or not the shadow root's internal features are accessible from JavaScript.
+ {{DOMxRef("ShadowRoot.pictureInPictureElement")}} {{ReadOnlyInline}}
+ Returns the {{DOMxRef('HTMLVideoElement')}} within the shadow tree that is currently being presented in picture-in-picture mode.
Properties included from DocumentOrShadowRoot
From 083cccbe8e02a4f602c6d0e52330a575579f0ad7 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Wed, 24 Feb 2021 12:01:05 +0100
Subject: [PATCH 06/10] Change HTMLVideoElement to Element (as per spec)
---
.../web/api/document/pictureinpictureelement/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/files/en-us/web/api/document/pictureinpictureelement/index.html b/files/en-us/web/api/document/pictureinpictureelement/index.html
index 10d6a5fc55126c4..928c4c45d1a9baf 100644
--- a/files/en-us/web/api/document/pictureinpictureelement/index.html
+++ b/files/en-us/web/api/document/pictureinpictureelement/index.html
@@ -17,7 +17,7 @@
The
Document.pictureInPictureElement
read-only
- property returns the {{ domxref("HTMLVideoElement") }} that is currently being
+ property returns the {{ domxref("Element") }} that is currently being
presented in picture-in-picture mode in this document, or null
if
picture-in-picture mode is not currently in use.
@@ -27,11 +27,11 @@
Syntax
var video = document.pictureInPictureElement;
+ class="brush: js">document.pictureInPictureElement;
Return value
-A reference to the {{domxref("HTMLVideoElement")}} object that's currently in
+
A reference to the {{domxref("Element")}} object that's currently in
picture-in-picture mode; if picture-in-picture mode isn't currently in use by the
document
, the returned value is null
.
From 0a75c7cffe553f020bc320a71974a58aa5ccdce2 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Wed, 24 Feb 2021 12:01:36 +0100
Subject: [PATCH 07/10] Add new page for ShadowRoot.pictureInPictureElement
---
.../pictureinpictureelement/index.html | 58 +++++++++++++++++++
1 file changed, 58 insertions(+)
create mode 100644 files/en-us/web/api/shadowroot/pictureinpictureelement/index.html
diff --git a/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html b/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html
new file mode 100644
index 000000000000000..1a04e8e52b587e8
--- /dev/null
+++ b/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html
@@ -0,0 +1,58 @@
+---
+title: ShadowRoot.pictureInPictureElement
+slug: Web/API/ShadowRoot/pictureInPictureElement
+tags:
+- API
+- Property
+- Reference
+- ShadowRoot
+- Web Components
+- shadow dom
+---
+{{APIRef("Shadow DOM")}}
+
+The pictureInPictureElement
read-only property of the
+{{domxref("ShadowRoot")}} interface returns the {{domxref("Element")}} that is currently being
+presented in picture-in-picture mode in this shadow tree, or null
if
+picture-in-picture mode is not currently in use.
+
+Syntax
+
+shadowRoot.pictureInPictureElement
+
+Value
+
+A reference to the {{domxref("Element")}} object that's currently in
+ picture-in-picture mode, or, if picture-in-picture mode isn't currently in use by the
+ shadow tree, the returned value is null
.
+
+Examples
+
+let customElem = document.querySelector('my-shadow-dom-element');
+let shadow = customElem.shadowRoot;
+let pipElem = shadow.pictureInPictureElement;
+
+Specifications
+
+
+
+
+ Specification |
+
+
+
+
+ {{SpecName('HTML WHATWG','#dom-documentorshadowroot-pictureinpictureelement', 'pictureInPictureElement')}} |
+
+
+
+
+Browser compatibility
+
+{{Compat("api.ShadowRoot.pictureInPictureElement")}}
+
+See also
+
+
+ - {{domxref("Document.pictureInPictureElement")}}
+
From 3c2e71c417e5199e5039a8e0670887245ec290e8 Mon Sep 17 00:00:00 2001
From: Chris Mills
Date: Wed, 24 Feb 2021 13:57:24 +0000
Subject: [PATCH 08/10] copy edit
---
.../web/api/document/pictureinpictureelement/index.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/files/en-us/web/api/document/pictureinpictureelement/index.html b/files/en-us/web/api/document/pictureinpictureelement/index.html
index 928c4c45d1a9baf..740df9e18167ad7 100644
--- a/files/en-us/web/api/document/pictureinpictureelement/index.html
+++ b/files/en-us/web/api/document/pictureinpictureelement/index.html
@@ -37,11 +37,10 @@ Return value
Examples
-This example presents a function,
- Document.exitPictureInPicture()
,
+
This example presents a function, exitPictureInPicture()
,
which tests the value returned by pictureInPictureElement
. If the document
is in picture-in-picture mode (pictureInPictureElement
isn't
- null
), exitPictureInPicture()
is run to exit
+ null
), Document.exitPictureInPicture()
is run to exit
picture-in-picture mode.
function exitPictureInPicture() {
From bca4495855be8a797afde1ee2c018a0328b1f45d Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Wed, 24 Feb 2021 16:09:13 +0100
Subject: [PATCH 09/10] Address feedback
---
files/en-us/web/api/document/index.html | 2 +-
files/en-us/web/api/picture-in-picture_api/index.html | 2 +-
files/en-us/web/api/shadowroot/index.html | 2 +-
.../en-us/web/api/shadowroot/pictureinpictureelement/index.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/files/en-us/web/api/document/index.html b/files/en-us/web/api/document/index.html
index 9fbb971e8958a08..e2e42570672613d 100644
--- a/files/en-us/web/api/document/index.html
+++ b/files/en-us/web/api/document/index.html
@@ -65,7 +65,7 @@ Properties
{{DOMxRef("Document.mozSyntheticDocument")}} {{Non-standard_Inline}}
Returns a {{JSxRef("Boolean")}} that is true
only if this document is synthetic, such as a standalone image, video, audio file, or the like.
{{DOMxRef("Document.pictureInPictureElement")}} {{ReadOnlyInline}}
- Returns the {{DOMxRef('HTMLVideoElement')}} is currently being presented in picture-in-picture mode in this document.
+ Returns the {{DOMxRef('Element')}} currently being presented in picture-in-picture mode in this document.
{{DOMxRef("Document.pictureInPictureEnabled")}} {{ReadOnlyInline}}
Returns true if the picture-in-picture feature is enabled.
{{DOMxRef("Document.plugins")}}{{ReadOnlyInline}}
diff --git a/files/en-us/web/api/picture-in-picture_api/index.html b/files/en-us/web/api/picture-in-picture_api/index.html
index c1bf6acb0db138a..c5a9d32af2d3e1a 100644
--- a/files/en-us/web/api/picture-in-picture_api/index.html
+++ b/files/en-us/web/api/picture-in-picture_api/index.html
@@ -63,7 +63,7 @@ Properties on the Document interfa
The pictureInPictureEnabled
property tells you whether or not it is possible to engage picture-in-picture mode. This is false
if picture-in-picture mode is not available for any reason (e.g. the "picture-in-picture"
feature has been disallowed, or picture-in-picture mode is not supported).
-Properties on the DocumentOrShadowRoot interface
+Properties on the Document or ShadowRoot interfaces
- {{DOMxRef("Document.pictureInPictureElement")}} / {{DOMxRef("ShadowRoot.pictureInPictureElement")}}
diff --git a/files/en-us/web/api/shadowroot/index.html b/files/en-us/web/api/shadowroot/index.html
index 760d42fc6cff047..8fe04f669ca79c6 100644
--- a/files/en-us/web/api/shadowroot/index.html
+++ b/files/en-us/web/api/shadowroot/index.html
@@ -31,7 +31,7 @@ Properties
- {{domxref("ShadowRoot.mode")}} {{readonlyinline}}
- The mode of the
ShadowRoot
— either open
or closed
. This defines whether or not the shadow root's internal features are accessible from JavaScript.
- {{DOMxRef("ShadowRoot.pictureInPictureElement")}} {{ReadOnlyInline}}
- - Returns the {{DOMxRef('HTMLVideoElement')}} within the shadow tree that is currently being presented in picture-in-picture mode.
+ - Returns the {{DOMxRef('Element')}} within the shadow tree that is currently being presented in picture-in-picture mode.
Properties included from DocumentOrShadowRoot
diff --git a/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html b/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html
index 1a04e8e52b587e8..1f182671f858b83 100644
--- a/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html
+++ b/files/en-us/web/api/shadowroot/pictureinpictureelement/index.html
@@ -42,7 +42,7 @@ Specifications
- {{SpecName('HTML WHATWG','#dom-documentorshadowroot-pictureinpictureelement', 'pictureInPictureElement')}} |
+ {{SpecName('Picture-in-Picture','#dom-documentorshadowroot-pictureinpictureelement', 'pictureInPictureElement')}} |
From 394db8b0b300244a1398243ef4200e68de465c68 Mon Sep 17 00:00:00 2001
From: Florian Scholz
Date: Tue, 2 Mar 2021 13:33:32 +0100
Subject: [PATCH 10/10] Manually update wrong redirect
---
files/en-us/_redirects.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/files/en-us/_redirects.txt b/files/en-us/_redirects.txt
index 1eeaab67648e42a..4af8c7f4b98bfb3 100644
--- a/files/en-us/_redirects.txt
+++ b/files/en-us/_redirects.txt
@@ -7567,7 +7567,7 @@
/en-US/docs/Web/API/DocumentOrShadowRoot/nodeFromPoint /en-US/docs/Web/API/DocumentOrShadowRoot
/en-US/docs/Web/API/DocumentOrShadowRoot/nodesFromPoint /en-US/docs/Web/API/DocumentOrShadowRoot
/en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureElement /en-US/docs/Web/API/Document/pictureInPictureElement
-/en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureEnabled /en-US/docs/Web/API/Document/pictureInPictureElement
+/en-US/docs/Web/API/DocumentOrShadowRoot/pictureInPictureEnabled /en-US/docs/Web/API/Document/pictureInPictureEnabled
/en-US/docs/Web/API/DocumentTouch.createTouch /en-US/docs/Web/API/Document/createTouch
/en-US/docs/Web/API/DocumentTouch.createTouchList /en-US/docs/Web/API/Document/createTouchList
/en-US/docs/Web/API/DocumentTouch/createTouch /en-US/docs/Web/API/Document/createTouch