Skip to content

Commit

Permalink
Demix change event from GlobalEventHandlers (#16544)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jul 9, 2022
1 parent d697f12 commit 2b05a22
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 41 deletions.
41 changes: 0 additions & 41 deletions api/GlobalEventHandlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,47 +346,6 @@
}
}
},
"onchange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onchange",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onchange",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "9"
},
"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
}
}
},
"onclick": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onclick",
Expand Down
43 changes: 43 additions & 0 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,49 @@
}
}
},
"change_event": {
"__compat": {
"description": "<code>change</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event",
"spec_url": [
"https://html.spec.whatwg.org/multipage/indices.html#event-change",
"https://html.spec.whatwg.org/multipage/webappapis.html#handler-onchange"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "9"
},
"opera": {
"version_added": "9"
},
"opera_android": {
"version_added": "10.1"
},
"safari": {
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"click": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/click",
Expand Down

0 comments on commit 2b05a22

Please sign in to comment.