Skip to content

Commit 0079fa4

Browse files
Try Canceled flag
Co-authored-by: Dominique Hazael-Massieux <[email protected]>
1 parent a87eeb2 commit 0079fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ or Full Intra Refresh (FIR), queue a task to perform the following steps:
690690

691691
1. Set |rid| to the RID of the appropriate layer, or undefined if the request is not for a specific layer.
692692
1. [=Fire an event=] named `keyframerequest` at |transform| using {{KeyFrameRequestEvent}} with its {{Event/cancelable}} attribute initialized to "true", and with {{KeyFrameRequestEvent/rid}} set to |rid|.
693-
1. If the event's `canceled flag` is true, abort these steps.
693+
1. If the event's [=Event/canceled flag=] is true, abort these steps.
694694
1. Run the [$generate key frame algorithm$] with a new promise, |transform|.`[[encoder]]` and |rid|.
695695

696696
## KeyFrame Algorithms ## {#KeyFrame-algorithms}

0 commit comments

Comments
 (0)