Demix click events from GlobalEventHandlers#16529
Conversation
|
The target of these events will always be an So I think we should have these entries either on |
|
I've confirmed with https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=10375 in Chrome, Firefox and Safari that a plain |
api/HTMLElement.json
Outdated
| } | ||
| } | ||
| }, | ||
| "auxclick_event": { |
There was a problem hiding this comment.
Can you move these entries to Element.json and remove the other additions in this PR?
|
Also, can you link to both https://w3c.github.io/uievents/#click and https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick in the resulting entries here? |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
1 similar comment
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
@queengooborg can you review the |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
This PR demixes the click events on the GlobalEventHandlers mixin.