Skip to content

Commit 5d487ce

Browse files
Use [==] syntax
Co-authored-by: Marcos Cáceres <marcos@marcosc.com>
1 parent 5bcd667 commit 5d487ce

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
@@ -331,7 +331,7 @@ The {{requestPictureInPicture()}} method steps are:
331331
9. Let |p| be [=a new promise=] created in [=this=]'s [=relevant realm=].
332332
10. Return |p|, and [=enqueue the following steps=] to [=this=]'s [=node document=]'s [=picture-in-picture parallel queue=]:
333333
1. If [=this=] is {{pictureInPictureElement}}:
334-
1. Queue a global task on the [=media element event task source=] given |global| to
334+
1. [=Queue a global task=] on the [=media element event task source=] given |global| to
335335
[=/resolve=] |p| with the [=Picture-in-Picture window=] associated with
336336
[=this=].
337337
2. Abort these steps.

0 commit comments

Comments
 (0)