diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs index 537746c6103..13c2b3ba7f8 100644 --- a/css-view-transitions-2/Overview.bs +++ b/css-view-transitions-2/Overview.bs @@ -2437,7 +2437,7 @@ It has the following [=struct/items=]: 1. Let |document| be |transition|'s [=relevant global object's=] [=associated document=]. - 1. [=Flush the update callback queue=]. + 1. [=Flush the update callback queue=] for |document|. 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. @@ -2461,7 +2461,7 @@ It has the following [=struct/items=]: 1. [=schedule the update callback=] for |transition|. - 1. [=Flush the update callback queue=]. + 1. [=Flush the update callback queue=] for |document|.