From bb4556003d5bbb0d272c78beb2d1e5157f4e93ac Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 7 May 2021 16:46:30 +0900 Subject: [PATCH] Drop the api.TransitionEvent.animationName feature (#10336) https://drafts.csswg.org/css-transitions/#interface-transitionevent has no member named animationName. Instead it has a propertyName member, which we already include in BCD. Related MDN change: https://github.com/mdn/content/pull/4760 --- api/TransitionEvent.json | 49 ---------------------------------------- 1 file changed, 49 deletions(-) diff --git a/api/TransitionEvent.json b/api/TransitionEvent.json index 0e5998d52e66f2..5aa4b5b0feaa9e 100644 --- a/api/TransitionEvent.json +++ b/api/TransitionEvent.json @@ -126,55 +126,6 @@ } } }, - "animationName": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/TransitionEvent/animationName", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": { - "version_added": false - }, - "edge": { - "version_added": "12", - "version_removed": "79" - }, - "firefox": { - "version_added": "4" - }, - "firefox_android": { - "version_added": "4" - }, - "ie": { - "version_added": "10" - }, - "opera": { - "version_added": true - }, - "opera_android": { - "version_added": true - }, - "safari": { - "version_added": true - }, - "safari_ios": { - "version_added": true - }, - "samsunginternet_android": { - "version_added": false - }, - "webview_android": { - "version_added": false - } - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "elapsedTime": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/TransitionEvent/elapsedTime",