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
166 changes: 133 additions & 33 deletions api/Document.json
Expand Up @@ -456,9 +456,16 @@
},
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "12"
},
"safari": [
{
"version_added": "13.1"
},
{
"version_added": "12",
"partial_implementation": true,
"notes": "The event handler is exposed but will not actually be called unless both the \"Web Animations\" and \"CSS Animations via Web Animations\" preferences are enabled."
queengooborg marked this conversation as resolved.
Show resolved Hide resolved
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
Expand All @@ -476,19 +483,50 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationend_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-animationevent-animationend",
"support": {
"chrome": {
"version_added": "43"
},
"chrome": [
{
"version_added": "79"
},
{
"version_added": "43",
"partial_implementation": true,
"notes": "The <code>onanimationend</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationend', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
{
"version_added": "81",
"prefix": "webkit"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "5"
},
"edge": [
{
"version_added": "18"
},
{
"version_added": "12",
"partial_implementation": true,
"notes": "The <code>onanimationend</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationend', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
{
"version_added": "81",
"prefix": "webkit"
}
],
"firefox": [
{
"version_added": "51"
},
{
"version_added": "5",
"partial_implementation": true,
"notes": "The <code>onanimationend</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationend', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "10"
"version_added": "10",
"partial_implementation": true,
"notes": "The <code>onanimationend</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationend', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
"opera": "mirror",
"opera_android": "mirror",
Expand All @@ -512,19 +550,50 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationiteration_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-animationevent-animationiteration",
"support": {
"chrome": {
"version_added": "43"
},
"chrome": [
{
"version_added": "79"
},
{
"version_added": "43",
"partial_implementation": true,
"notes": "The <code>onanimationiteration</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationiteration', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
{
"version_added": "81",
"prefix": "webkit"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "5"
},
"edge": [
{
"version_added": "18"
},
{
"version_added": "12",
"partial_implementation": true,
"notes": "The <code>onanimationiteration</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationiteration', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
{
"version_added": "81",
"prefix": "webkit"
}
],
"firefox": [
{
"version_added": "51"
},
{
"version_added": "5",
"partial_implementation": true,
"notes": "The <code>onanimationiteration</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationiteration', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "10"
"version_added": "10",
"partial_implementation": true,
"notes": "The <code>onanimationiteration</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationiteration', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
"opera": "mirror",
"opera_android": "mirror",
Expand All @@ -548,19 +617,50 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/animationstart_event",
"spec_url": "https://drafts.csswg.org/css-animations/#eventdef-animationevent-animationstart",
"support": {
"chrome": {
"version_added": "43"
},
"chrome": [
{
"version_added": "79"
},
{
"version_added": "43",
"partial_implementation": true,
"notes": "The <code>onanimationstart</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationstart', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
{
"version_added": "81",
"prefix": "webkit"
}
],
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "5"
},
"edge": [
{
"version_added": "18"
},
{
"version_added": "12",
"partial_implementation": true,
"notes": "The <code>onanimationstart</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationstart', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
{
"version_added": "81",
"prefix": "webkit"
}
],
"firefox": [
{
"version_added": "51"
},
{
"version_added": "5",
"partial_implementation": true,
"notes": "The <code>onanimationstart</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationstart', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "10"
"version_added": "10",
"partial_implementation": true,
"notes": "The <code>onanimationstart</code> property is not supported. To listen to this event, use <code>document.addEventListener('animationstart', function() {});</code>. See <a href='https://crbug.com/868224'>bug 868224</a>."
},
"opera": "mirror",
"opera_android": "mirror",
Expand Down