[csswg-drafts] [css-view-transitions-1] Nothing prevents multiple CallUpdateCallback runnables from being put on the queue (#11907)

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-1] Nothing prevents multiple CallUpdateCallback runnables from being put on the queue ==
https://drafts.csswg.org/css-view-transitions-1/#setup-view-transition-algorithm:

> [Queue a global task](https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task) on the [DOM manipulation task source](https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source), given transition’s [relevant global object](https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global), to perform the following steps: ...

If that happens multiple times without the phase being advanced, you can call the update callback multiple times (or the relevant old capture).

cc @noamr @vmpstr 


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11907 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 11 March 2025 14:11:11 UTC