Re: [pointerevents] Clarify `pointerleave` and `pointerout` events when first pointer move after removing an element under the pointer (#477)

It looks like step [dispatching events](https://dom.spec.whatwg.org/#dispatching-events) defines how the event path is constructed. In the case of node removal we don't have a current event so we should follow the algorithm there for finding the nearest still attached parent that would be in the event path.

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


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

Received on Wednesday, 25 October 2023 15:40:17 UTC