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

In the case that captures pointers when pointerdown, releases pointer 
capture when receiving gotpointercapture, and then user click the 
element, the expected event sequence shall be
    pointerdown
    gotpointercapture
    pointerup
    lostpointercapture
Is my understanding correct?

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

Received on Friday, 5 August 2016 04:32:22 UTC