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

In particular:

 * Rendering update, phase is "setup", update callback is queued.
 * Rendering update, phase is "setup", _another_ update callback is queued.
 * First update callback runs, appends to the pending update queue.
 * Second one runs, appends to the pending update queue.
 * Queue is flushed, callback is called twice for the same transition. 

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11907#issuecomment-2714534713 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:30:18 UTC