[touch-events] Canceling a touchmove should not prevent dispatching of clicks (#43)

Existing behaviour in Chrome for Android (and I believe Safari on iOS as well) is to dispatch a click if preventDefault is called on the first touchmove. The only default action that is prevented in this case is panning. Updating spec to match this behaviour. We are updating Firefox OS to match this behaviour as well in https://bugzilla.mozilla.org/show_bug.cgi?id=1174532 and its dependency. Firefox on Android will inherit this behaviour in the near future when it switches to using the same platform code that Firefox OS uses.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/touch-events/pull/43

-- Commit Summary --

  * Canceling a touchmove should not prevent dispatching of clicks

-- File Changes --

    M index.html (2)

-- Patch Links --

https://github.com/w3c/touch-events/pull/43.patch
https://github.com/w3c/touch-events/pull/43.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/pull/43

Received on Friday, 30 October 2015 17:20:00 UTC