[pointerevents] Clarify duration of pointer event suppression during a touch action

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

== Clarify duration of pointer event suppression during a touch action
 ==
[The 
spec](https://w3c.github.io/pointerevents/#the-touch-action-css-property)
 says:
> During the execution of a user agent touch behavior, the user agent 
must not fire subsequent pointer events for the pointer. 

Edge implements this by suppressing all pointer events as long as the 
touch-action is in progress, including momentum that follows (so 
repeated flicks on the same element don't send additional 
pointerdown).  Chrome implements this only until the next time a 
finger goes down.  Consider something like "subsequent touches that 
may contribute to that touch behavior will not generate pointer 
events).

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

Received on Tuesday, 26 July 2016 23:59:27 UTC