blob: 3ca62245e18c972629317f10fa0290b2aea0bce2 [file] [log] [blame] [edit]
{
"api": {
"Element": {
"click_event": {
"__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",
"https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick"
],
"tags": [
"web-features:mouse-events"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "6",
"notes": "Beginning in Firefox 68, Firefox no longer incorrectly sends a `click` event for buttons other than the primary mouse button; previously, there were circumstances in which this would occur. One example: middle-clicking a link would send a `click` to the document's `<html>` element."
},
"firefox_android": {
"version_added": "6"
},
"ie": {
"version_added": "9"
},
"oculus": "mirror",
"opera": {
"version_added": "11.6"
},
"opera_android": {
"version_added": "12.1"
},
"safari": {
"version_added": "3"
},
"safari_ios": {
"version_added": "1"
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}