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

mingchou has just created a new issue for 
https://github.com/w3c/pointerevents:

== Should Element.hasPointerCapture return true or false in the 
listener of pointerup or pointercancel? ==
Spec says hasPointerCapture return true immediately after call to 
setPointerCapture. Looks like the return value of hasPointerCapture is
 determined by current pointer capture override and pending pointer 
capture override. So can I expect hasPointerCapture return false in 
the following conditions?
1) immediately after call to releasePointerCapture
2) in the listener of pointerup or pointercancel (which triggers 
implicit release of pointer capture)


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

Received on Wednesday, 10 August 2016 08:04:23 UTC