Skip to content

Commit

Permalink
fix: auxclick, click, contentmenu events updated (#37679)
Browse files Browse the repository at this point in the history
* auxclick, click, contentmenu events updated

* Apply suggestions from code review

---------

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
StephenMuya and Josh-Cena authored Jan 16, 2025
1 parent d6528c3 commit ab65140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/auxclick_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A {{domxref("PointerEvent")}}. Inherits from {{domxref("MouseEvent")}}.
{{InheritanceDiagram("PointerEvent")}}

> [!NOTE]
> In earlier versions of the specification the event type for this event was a {{domxref("MouseEvent")}}, and this is still the type passed in Firefox and Safari.
> In earlier versions of the specification, the event type for this event was a {{domxref("MouseEvent")}}. Check [browser compatibility](#browser_compatibility) for more information.
## Event properties

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/click_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A {{domxref("PointerEvent")}}. Inherits from {{domxref("MouseEvent")}}.
{{InheritanceDiagram("PointerEvent")}}

> [!NOTE]
> In earlier versions of the specification the event type for this event was a {{domxref("MouseEvent")}}, and this is still the type passed in Firefox and Safari.
> In earlier versions of the specification, the event type for this event was a {{domxref("MouseEvent")}}. Check [browser compatibility](#browser_compatibility) for more information.
## Event properties

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/contextmenu_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A {{domxref("PointerEvent")}}. Inherits from {{domxref("MouseEvent")}}.
{{InheritanceDiagram("PointerEvent")}}

> [!NOTE]
> In earlier versions of the specification the event type for this event was a {{domxref("MouseEvent")}}, and this is still the type passed in Firefox and Safari.
> In earlier versions of the specification, the event type for this event was a {{domxref("MouseEvent")}}. Check [browser compatibility](#browser_compatibility) for more information.
## Event properties

Expand Down

0 comments on commit ab65140

Please sign in to comment.