[pointerevents] Pull Request: Define the interation of drag operation vs capture

NavidZ has just submitted a new pull request for https://github.com/w3c/pointerevents:

== Define the interation of drag operation vs capture ==
Release the pointer capture right before
the drag operation starts. In other words,
if a capturing pointer caused the drag,
before the dragstart event is fired to the page
lostpointercapture event should be sent for
that pointer.

See https://github.com/w3c/pointerevents/pull/201

Received on Thursday, 27 April 2017 15:49:12 UTC