[w3c/uievents] The order in which the `contextmenu` `auxclick` event is triggered (#285)

https://codepen.io/mantou132/pen/NWNGPJL

When the right mouse button is clicked, the `contextmenu` `auxclick` event will be triggered.

But the trigger sequence is inconsistent in chrome and Firefox:

Firefox: onauxclick , contextmenu
Chrome: contextmenu, onauxclick


-- 
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/285

Received on Monday, 14 December 2020 22:30:13 UTC