[pointerevents] Define behavior for wheel event group when the scroll is handed off (#598)

dlrobertson has just created a new issue for https://github.com/w3c/pointerevents:

== Define behavior for wheel event group when the scroll is handed off ==
All browsers seem to agree that given the following sequence:

 - Wheel scroll in scrollable element at the end of the scrollable range which is handed off.
 - A following wheel scroll after the element has handed off overscroll.

Wheel events for the first gesture will be targetted at the event target for the wheel event group. The second scroll will be the initial wheel event for  a new wheel event group, and as a result will have a new event target.

Related to: https://github.com/w3c/uievents/issues/338

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/598 using your GitHub account


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

Received on Monday, 12 January 2026 22:03:24 UTC