[w3c/uievents] We don't have a definition for "contextmenu" event (#279)

Apparently no spec defines `contextmenu` event!  The event is marked as a `MouseEvent` in a non-normative [section](https://html.spec.whatwg.org/multipage/indices.html#event-contextmenu) in the HTML spec, that's it.

As of today, it seems UI Event spec would be the place for it because the event is a MouseEvent in all major browsers.  Note, however, that we are planning to change it to a PointerEvent, see https://github.com/w3c/pointerevents/issues/100.

-- 
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/uievents/issues/279

Received on Wednesday, 4 November 2020 18:59:35 UTC