Re: [pointerevents] When are lost/gotpointercapture delayed until the next pointer event?

I agree with Navid - if the element is no longer in the DOM, then the 
`got/lostpointercapture` events should get dropped. I guess we could 
fire them at the next ancestor of the removed node, but that seems 
odd.

Is there a scenario that we would be breaking by not firing these 
events in that situation?

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

Received on Tuesday, 9 August 2016 18:50:12 UTC