- From: hiikezoe via GitHub <noreply@w3.org>
- Date: Thu, 09 Apr 2026 03:11:08 +0000
- To: public-css-archive@w3.org
> > 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? The latter, just like nested requestAnimationFrames. -- GitHub Notification of comment by hiikezoe Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13772#issuecomment-4211179264 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 9 April 2026 03:11:09 UTC