[w3c/touch-events] Define interactions with `contextmenu` event? (#68)

Now that the spec is [relatively explicit about the mouse events to expect on a tap](https://w3c.github.io/touch-events/#mouse-events), perhaps we should also say something about `contextmenu`?

In particular, Firefox [doesn't](https://bugzilla.mozilla.org/show_bug.cgi?id=1256339) generate any `mouse*` events prior to a touch-derived `contextmenu` but Chrome does.  IIRC we did this in Chrome just to be consistent with the approach used for `click` - simulating the full event sequence you'd get with a real mouse.  But perhaps this isn't worth it for `contextmenu` (which also isn't preceded by mouse events when triggered by the keyboard).   If there's reason to believe it's sufficiently web compatible, then I'd support removing generation of the `mouse*` events from Chrome.  @dtapuska WDYT?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/68

Received on Monday, 27 June 2016 20:00:46 UTC