Re: [pointerevents] Clarify whether `pointermove` will be dispatched if `pointerrawupdate` listener removes the document (#510)

"The target of [pointerrawupdate](https://w3c.github.io/pointerevents/#dfn-pointerrawupdate) events might be different from the [pointermove](https://w3c.github.io/pointerevents/#dfn-pointermove) events due to the fact that [pointermove](https://w3c.github.io/pointerevents/#dfn-pointermove) events might get delayed or coalesced, and the final position of the event which is used for finding the target could be different from its coalesced events." so I'd expect pointerrawupdate be quite separate event from pointermove, target explicitly can be different. In same origin case that should be quite doable (and cross-origin iframe case the pointermove event might get lost)

-- 
GitHub Notification of comment by smaug----
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/510#issuecomment-2328560736 using your GitHub account


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

Received on Wednesday, 4 September 2024 10:50:38 UTC