Skip to content

Commit 3c09785

Browse files
committed
Add Picture in Picture to unloading document cleanup steps
See #8906
1 parent 7600b24 commit 3c09785

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

source

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113962,6 +113962,8 @@ new PaymentRequest(…); // Allowed to use
113962113962
object</span> is <var>window</var>, run the <span>context cleanup steps</span> given
113963113963
<var>transport</var>.</p></li>
113964113964

113965+
<li><p>Run the <span>picture in picture unloading steps</span> given <var>document<var>.</p></li>
113966+
113965113967
<li>
113966113968
<p>If <var>document</var>'s <i data-x="concept-document-salvageable">salvageable</i>
113967113969
state is false:</p>
@@ -113986,10 +113988,10 @@ new PaymentRequest(&hellip;); // Allowed to use
113986113988
writing the following specifications are known to have <span>unloading document cleanup
113987113989
steps</span>, which will be run in an unspecified order: <cite>Fullscreen API</cite>, <cite>Web
113988113990
NFC</cite>, <cite>WebDriver BiDi</cite>, <cite>Compute Pressure</cite>, <cite>File API</cite>,
113989-
<cite>Media Capture and Streams</cite>, <cite>Picture-in-Picture</cite>, <cite>Screen
113991+
<cite>Media Capture and Streams</cite>, <cite>Screen
113990113992
Orientation</cite>, <cite>Service Workers</cite>, <cite>WebLocks API</cite>, <cite>WebAudio
113991113993
API</cite>, <cite>WebRTC</cite>. <ref>FULLSCREEN</ref> <ref>WEBNFC</ref> <ref>WEBDRIVERBIDI</ref>
113992-
<ref>COMPUTEPRESSURE</ref> <ref>FILEAPI</ref> <ref>MEDIASTREAM</ref> <ref>PICTUREINPICTURE</ref>
113994+
<ref>COMPUTEPRESSURE</ref> <ref>FILEAPI</ref> <ref>MEDIASTREAM</ref>
113993113995
<ref>SCREENORIENTATION</ref> <ref>SW</ref> <ref>WEBLOCKS</ref> <ref>WEBAUDIO</ref>
113994113996
<ref>WEBRTC</ref>
113995113997

0 commit comments

Comments
 (0)