Skip to content

Commit e745918

Browse files
committed
[css-view-transitions-2] Minor spec fixes around flushing the update callback queue
1 parent 88d526f commit e745918

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-view-transitions-2/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ It has the following [=struct/items=]:
24372437

24382438
1. Let |document| be |transition|'s [=relevant global object's=] [=associated document=].
24392439

2440-
1. [=Flush the update callback queue=].
2440+
1. [=Flush the update callback queue=] for |document|.
24412441

24422442
Note: this ensures that any changes to the DOM scheduled by other skipped transitions are done before the old state for this transition is captured.
24432443

@@ -2461,7 +2461,7 @@ It has the following [=struct/items=]:
24612461

24622462
1. [=schedule the update callback=] for |transition|.
24632463

2464-
1. [=Flush the update callback queue=].
2464+
1. [=Flush the update callback queue=] for |document|.
24652465
</div>
24662466

24672467
<div algorithm>
@@ -3150,9 +3150,9 @@ To <dfn>adjust nested view transition group transform</dfn> given a |transform|
31503150

31513151
<div algorithm>
31523152
To <dfn>schedule the update callback</dfn> given a {{ViewTransition}} |transition|:
3153-
1. [=list/Append=] |transition| to |transition|'s [=relevant settings object=]'s [=update callback queue=].
3153+
1. [=list/Append=] |transition| to |transition|'s [=relevant global object's=] [=associated document=]'s [=update callback queue=].
31543154
1. [=Queue a global task=] on the [=DOM manipulation task source=],
3155-
given |transition|'s [=relevant global object=], to [=flush the update callback queue=].
3155+
given |transition|'s [=relevant global object=], to [=flush the update callback queue=] for |transition|'s [=relevant global object's=] [=associated document=].
31563156

31573157
</div>
31583158
<div algorithm>

0 commit comments

Comments
 (0)