- From: Henrik Skupin via GitHub <sysbot+gh@w3.org>
- Date: Mon, 24 Mar 2025 10:33:33 +0000
- To: public-css-archive@w3.org
When testing with the [referenced testcase](https://bug1954609.bmoattachments.org/attachment.cgi?id=9473512), I noticed that doing a quick flick (near the end of scrolling within the iframe) produces a series of `wheel` events where `deltaY` increases and then decreases, while `pageY` remains constant. I assume these are momentum scroll events, which suggests they're exposed to the web? In Firefox, it looks like we fire the `scrollend` event immediately after scrolling truly stops, ignoring those momentum events — unlike Chrome, which seems to include them before sending out `scrollend`. Please correct me if I’m misunderstanding. In Safari I do not see `scrollend` events at all, so I assume it's not implemented yet. -- GitHub Notification of comment by whimboo Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11973#issuecomment-2747646485 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 24 March 2025 10:33:34 UTC