Re: [pointerevents] Should Element.hasPointerCapture return true or false in the listener of pointerup or pointercancel?

Navid is right: implicit release of capture happens [after firing 
pointerup or 
pointercancel](https://w3c.github.io/pointerevents/#implicit-release-of-pointer-capture).
 So at pointerup/cancel handlers, hasPointerCapture has to be true.

@mingchou, does it answer your queries?

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

Received on Wednesday, 10 August 2016 16:14:27 UTC