Note contextmenu, click, and auxclick are PointerEvents though Firefox and Safari don't follow the standard #27929
Labels
Content:WebAPI
Web API docs
help wanted
If you know something about this topic, we would love your help!
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Element/contextmenu_event
What specific section or headline is this issue about?
Event type
What information was incorrect, unhelpful, or incomplete?
According to w3c/pointerevents#317, the "correct" event type is
PointerEvent
. However, while Chromium browsers follow the new standard, Firefox and Safari do not. The Event Type should be noted as beingPointerEvent
, but with a clear obvious disclaimer that this is not the case on Firefox or Safari. Currently, that disclaimer is hidden in https://developer.mozilla.org/en-US/docs/Web/API/Element/contextmenu_event#browser_compatibility.What did you expect to see?
The event type that matches the spec, but with an obvious disclaimer that the spec is not followed by Firefox or Safari.
Do you have any supporting links, references, or citations?
Do you have anything more you want to share?
This also applies to:
MDN metadata
Page report details
en-us/web/api/element/contextmenu_event
The text was updated successfully, but these errors were encountered: