Skip to content

Commit e456881

Browse files
theIDinsidezcorpan
andauthored
Don't use all-caps
Co-authored-by: Simon Pieters <zcorpan@gmail.com>
1 parent 91c2e2a commit e456881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ The {{requestPictureInPicture()}} method steps <dfn export>request Picture-in-Pi
319319
named `"picture-in-picture"`, return [=a promise rejected with=] {{NotAllowedError}} {{DOMException}}.
320320
4. If [=this=]'s {{readyState}} attribute is {{HAVE_NOTHING}}, return [=a promise rejected with=] {{InvalidStateError}} {{DOMException}}.
321321
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}}.
323323
7. If |doc|'s [=Picture-in-Picture element=] is `null`:
324324
1. If [=this=]'s [=relevant global object=] does not have a [=transient activation=], then return [=a
325325
promise rejected with=] {{NotAllowedError}} {{DOMException}}.

0 commit comments

Comments
 (0)