[w3c/uievents] Define behavior for wheel event group when the scroll is handed off (Issue #342)

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

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/342
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/342@github.com>

Received on Tuesday, 21 February 2023 14:47:34 UTC