[pointerevents] Need to clarify what triggers boundary events when releasing a capture

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

== Need to clarify what triggers boundary events when releasing a 
capture ==
When a pointer capture is released from an element A while the pointer
 is over a different element B, we expect 
<code>pointerout</code>/<code>pointerleave</code> events for 
<code>A</code> and <code>pointerover</code>/<code>pointerenter</code> 
events for B before sending out future events (say a 
<code>pointermove</code>) to the hit-test node B. The current spec 
wording covers this through the Note in [Section 
5.1.3](https://w3c.github.io/pointerevents/#firing-events-using-the-pointerevent-interface).

The wording needs to be a bit more precise, see [the discussion in a 
previous PR](https://github.com/w3c/pointerevents/pull/138#r77719958).

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

Received on Tuesday, 20 September 2016 15:22:19 UTC