Re: [pointerevents] Click event while a pointer event is captured

I am in agreement with Scott on this one. Scenario 2 seems like a bug 
to me - the click should follow the spec and move to grey as the first
 common ancestor. Also, Scenario 3 also seems like a bug - since blue 
experienced both the pointerdown and pointerup, blue should get the 
click.

Regarding the ordering of click and lostpointercapture - I agree from 
the cleanliness and logical perspective that click should come after 
lostpointercapture. However, I am not sure it really matters. Can we 
come up with a scenario where this ordering hampers what a web 
developer is trying to accomplish?

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

Received on Monday, 6 June 2016 20:59:59 UTC