Re: [csswg-drafts] [cssom-view] Clarify number and order of `scroll` and `scrollend` events when a `scroll` event listener performs another scroll (#13772)

> I would say that the spec does just need to add some words something like "move the pending scroll events into a temporal list" and process each item in the list... etc. With that any new scroll events will be queued in the pending scroll events queue, not in the one which is currently being processed.

Do you have in mind the pending scroll events queue then being processed again within the same refresh driver tick? Or would a `scroll` events queued during the processing of a `scroll` event listener have to wait until the next refresh driver tick to be processed?

-- 
GitHub Notification of comment by theres-waldo
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13772#issuecomment-4209552422 using your GitHub account


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

Received on Wednesday, 8 April 2026 20:48:04 UTC