diff --git a/api/Element.json b/api/Element.json index 8b90c8fc2e9c59..e9245237e7b841 100644 --- a/api/Element.json +++ b/api/Element.json @@ -876,7 +876,10 @@ "__compat": { "description": "auxclick event", "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/auxclick_event", - "spec_url": "https://w3c.github.io/uievents/#event-type-auxclick", + "spec_url": [ + "https://w3c.github.io/uievents/#event-type-auxclick", + "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onauxclick" + ], "support": { "chrome": { "version_added": "55" @@ -1171,7 +1174,10 @@ "__compat": { "description": "click event", "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/click_event", - "spec_url": "https://w3c.github.io/uievents/#event-type-click", + "spec_url": [ + "https://w3c.github.io/uievents/#event-type-click", + "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick" + ], "support": { "chrome": { "version_added": "1" @@ -1757,7 +1763,10 @@ "__compat": { "description": "dblclick event", "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/dblclick_event", - "spec_url": "https://w3c.github.io/uievents/#event-type-dblclick", + "spec_url": [ + "https://w3c.github.io/uievents/#event-type-dblclick", + "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondblclick" + ], "support": { "chrome": { "version_added": "1" diff --git a/api/GlobalEventHandlers.json b/api/GlobalEventHandlers.json index 33421e7a94646f..a6ca3781d8a76d 100644 --- a/api/GlobalEventHandlers.json +++ b/api/GlobalEventHandlers.json @@ -285,122 +285,6 @@ } } }, - "onauxclick": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onauxclick", - "spec_url": "https://w3c.github.io/uievents/#event-type-auxclick", - "support": { - "chrome": { - "version_added": "55" - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": "53" - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - }, - "onclick": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onclick", - "spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick", - "support": { - "chrome": { - "version_added": "1" - }, - "chrome_android": "mirror", - "edge": { - "version_added": "12" - }, - "firefox": { - "version_added": "1" - }, - "firefox_android": "mirror", - "ie": { - "version_added": "4" - }, - "oculus": "mirror", - "opera": { - "version_added": "9" - }, - "opera_android": { - "version_added": "10.1" - }, - "safari": { - "version_added": "3" - }, - "safari_ios": { - "version_added": "1" - }, - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - }, - "ondblclick": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/ondblclick", - "spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondblclick", - "support": { - "chrome": { - "version_added": "1" - }, - "chrome_android": "mirror", - "edge": { - "version_added": "12" - }, - "firefox": { - "version_added": "9" - }, - "firefox_android": "mirror", - "ie": { - "version_added": "4" - }, - "oculus": "mirror", - "opera": { - "version_added": "≤12.1" - }, - "opera_android": { - "version_added": "≤12.1" - }, - "safari": { - "version_added": "1" - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - }, "ondrag": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/ondrag",