[pointerevents] Should Element.hasPointerCapture return true when set pointer capture to another element and release it immediately?

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

== Should Element.hasPointerCapture return true when set pointer 
capture to another element and release it immediately? ==
In the case that element A already received gotpointercapture then
B.setPointerCapture
B.releasePointerCapture
Should A.hasPointerCapture return true or false?

I tested Chrome Canary and Edge, hasPointerCapture return false and 
element A will receive lostpointercapture. Finally no elements capture
 the pointer. Is it as expected?


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

Received on Wednesday, 17 August 2016 04:41:53 UTC