| { |
| "api": { |
| "Element": { |
| "auxclick_event": { |
| "__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", |
| "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onauxclick" |
| ], |
| "tags": [ |
| "web-features:mouse-events" |
| ], |
| "support": { |
| "chrome": { |
| "version_added": "55" |
| }, |
| "chrome_android": "mirror", |
| "edge": "mirror", |
| "firefox": { |
| "version_added": "53", |
| "notes": "Starting in Firefox 68, the `auxclick` event is used to trigger the _new tab on middle-click_ action; previously, this had been done with the `click` event. Apps can prevent middle-click from opening new tabs (or middle-click to paste, if that feature is enabled) by intercepting `auxclick` on links, and `auxclick` event handlers can now open popups without triggering the popup blocker." |
| }, |
| "firefox_android": { |
| "version_added": "53" |
| }, |
| "ie": { |
| "version_added": false |
| }, |
| "oculus": "mirror", |
| "opera": "mirror", |
| "opera_android": "mirror", |
| "safari": { |
| "version_added": "18.2" |
| }, |
| "safari_ios": "mirror", |
| "samsunginternet_android": "mirror", |
| "webview_android": "mirror", |
| "webview_ios": "mirror" |
| }, |
| "status": { |
| "experimental": false, |
| "standard_track": true, |
| "deprecated": false |
| } |
| } |
| } |
| } |
| } |
| } |