You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
named `"picture-in-picture"`, return [=a promise rejected with=]{{NotAllowedError}}{{DOMException}}.
320
320
4. If [=this=]'s {{readyState}} attribute is {{HAVE_NOTHING}}, return [=a promise rejected with=]{{InvalidStateError}}{{DOMException}}.
321
321
5. If [=this=] has no video track, return [=a promise rejected with=]{{InvalidStateError}}{{DOMException}}.
322
-
6. If [=this=]'s {{HTMLVideoElement/disablePictureInPicture}} is true, user agent MAY return [=a promise rejected with=]{{InvalidStateError}}{{DOMException}}.
322
+
6. If [=this=]'s {{HTMLVideoElement/disablePictureInPicture}} is true, user agent may return [=a promise rejected with=]{{InvalidStateError}}{{DOMException}}.
323
323
7. If |doc|'s [=Picture-in-Picture element=] is `null`:
324
324
1. If [=this=]'s [=relevant global object=] does not have a [=transient activation=], then return [=a
0 commit comments