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

masayuki-nakano has just created a new issue for https://github.com/w3c/pointerevents:

== Clarify whether `pointermove` will be dispatched if `pointerrawupdate` listener removes the document ==
If a `pointerrawupdate` event listener in a subdocument removes the `<iframe>` itself from the parent document or moves the `<iframe>` to different place and the element under the `pointerrawupdate` is changed, should browsers dispatch `pointermove` on the parent document (or another subdocument if another `<iframe>` is moved at the pointer)?

It could lead complicated issues and makes the dispatcher in the browsers more complicated. So, perhaps, `pointermove` should not be fired on the unloaded document nor the different document.

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


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

Received on Tuesday, 13 August 2024 04:12:46 UTC