File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,9 +197,10 @@ the user agent MUST run the following steps:
197197 these steps.
1981985. If |video|'s {{HTMLVideoElement/disablePictureInPicture}} is true,
199199 the user agent MAY throw an {{InvalidStateError}} and abort these steps.
200- 6. If {{pictureInPictureElement}} is `null` and the <a>relevant global object</a>
201- of <a>this</a> does not have <a>transient activation</a> , throw a
202- {{NotAllowedError}} and abort these steps.
200+ 6. If {{pictureInPictureElement}} is `null`:
201+ 1. If <a>this</a> 's <a>relevant global object</a> does not have
202+ <a>transient activation</a> , throw a {{NotAllowedError}} and abort these steps.
203+ 2. [=Consume user activation=] given <a>this'</a> s <a>relevant global object</a> .
2032047. If |video| is {{pictureInPictureElement}} , abort these steps.
2042058. Set {{pictureInPictureElement}} to |video|.
2052069. Let <dfn>Picture-in-Picture window</dfn> be a new instance of
You can’t perform that action at this time.
0 commit comments