Re: [pointerevents] Setting pointer capture on an element in a parent frame when the pointer was made active in a child frame (#291)

What does limiting to document mean? If an element with event listener for pointerdown is moved during event dispatch to another document and then handles the event, is it allowed to call setPointerCapture?
(Remember, event path is calculated before handling the event, so capturing event listeners for example can move targets in path to other documents)

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

Received on Wednesday, 3 July 2019 22:36:12 UTC