[pointerevents] Define ordering of lostpointercapture and pointerout/leave for touch

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

== Define ordering of lostpointercapture and pointerout/leave for 
touch ==
Current Chrome (55.0.2865.0): pointerup lostpointercapture pointerout 
pointerleave
Edge: pointerup pointerout pointerleave lostpointercapture

Spec (and tests) should say which it should be.
One benefit of the Chrome model is that it's consistent with what web 
developers would expect for a hovering pointer (like mouse).
But Edge has probably always done it this way for touch, so that in 
theory could be more web compatible.

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

Received on Monday, 19 September 2016 14:44:44 UTC