blob: 69bfc4ecb8b908f2df855f7247581d885a7cf4c2 [file] [log] [blame] [edit]
{
"api": {
"Element": {
"focusin_event": {
"__compat": {
"description": "`focusin` event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/focusin_event",
"spec_url": "https://w3c.github.io/uievents/#event-type-focusin",
"tags": [
"web-features:focus-events"
],
"support": {
"chrome": {
"version_added": "1",
"partial_implementation": true,
"notes": "The `onfocusin` event handler property is not supported. To listen to this event, use `element.addEventListener('focusin', function() {});`."
},
"chrome_android": "mirror",
"edge": {
"version_added": "12",
"partial_implementation": true,
"notes": "The `onfocusin` event handler property is not supported. To listen to this event, use `element.addEventListener('focusin', function() {});`."
},
"firefox": {
"version_added": "52",
"partial_implementation": true,
"notes": "The `onfocusin` event handler property is not supported. To listen to this event, use `element.addEventListener('focusin', function() {});`."
},
"firefox_android": "mirror",
"ie": {
"version_added": "9"
},
"oculus": "mirror",
"opera": {
"version_added": "11.6"
},
"opera_android": {
"version_added": "12.1"
},
"safari": {
"version_added": "5"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "≤37"
},
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}