Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demix animation events from GlobalEventHandlers #16531

Merged
merged 12 commits into from
Jul 14, 2022
148 changes: 0 additions & 148 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,154 +445,6 @@
}
}
},
"animationcancel_event": {
"__compat": {
"description": "<code>animationcancel</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationcancel_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-globaleventhandlers-animationcancel",
"support": {
"chrome": {
"version_added": "83",
"partial_implementation": true,
"notes": "The <code>onanimationcancel</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationcancel', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "54"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "12"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"animationend_event": {
"__compat": {
"description": "<code>animationend</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationend_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-globaleventhandlers-animationend",
"support": {
"chrome": {
"version_added": "43"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "5"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"animationiteration_event": {
"__compat": {
"description": "<code>animationiteration</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationiteration_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-globaleventhandlers-animationiteration",
"support": {
"chrome": {
"version_added": "43"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "5"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"animationstart_event": {
"__compat": {
"description": "<code>animationstart</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationstart_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-globaleventhandlers-animationstart",
"support": {
"chrome": {
"version_added": "43"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "5"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"applets": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/applets",
Expand Down