From 5ca831f69264c9d516d4a097e8bdeb5b461c53ef Mon Sep 17 00:00:00 2001 From: tidoust Date: Wed, 12 Feb 2025 03:07:28 +0000 Subject: [PATCH] Remove files no longer referenced --- ed/css/web-animations-2.json | 75 ------------------------------------ 1 file changed, 75 deletions(-) delete mode 100644 ed/css/web-animations-2.json diff --git a/ed/css/web-animations-2.json b/ed/css/web-animations-2.json deleted file mode 100644 index 9c9a9180d90c..000000000000 --- a/ed/css/web-animations-2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "spec": { - "title": "Web Animations Level 2", - "url": "https://drafts.csswg.org/web-animations-2/" - }, - "properties": [], - "atrules": [], - "selectors": [], - "values": [], - "warnings": [ - { - "msg": "Dangling value", - "name": "once", - "prose": "The primary behavior is triggering the associated animation.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-type-once", - "type": "value", - "value": "once", - "for": "animation trigger type" - }, - { - "msg": "Dangling value", - "name": "repeat", - "prose": "The primary behavior is triggering the associated animation. The inverse behavior is resetting the associated animation effect back to its before phase and its associated animation’s start time to zero.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-type-repeat", - "type": "value", - "value": "repeat", - "for": "animation trigger type" - }, - { - "msg": "Dangling value", - "name": "alternate", - "prose": "The inverse behavior is reversing the associated animation.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-type-alternate", - "type": "value", - "value": "alternate", - "for": "animation trigger type" - }, - { - "msg": "Dangling value", - "name": "state", - "prose": "The primary behavior is triggering or resuming the associated animation. The inverse behavior is pausing the associated animation.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-type-state", - "type": "value", - "value": "state", - "for": "animation trigger type" - }, - { - "msg": "Dangling value", - "name": "idle", - "prose": "The animation effect associated animation remains in its before phase and stays at zero start time.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-state-idle", - "type": "value", - "value": "idle", - "for": "animation trigger state" - }, - { - "msg": "Dangling value", - "name": "primary", - "prose": "When switched to this value the primary behavior type defined by type is applied to animation.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-state-primary", - "type": "value", - "value": "primary", - "for": "animation trigger state" - }, - { - "msg": "Dangling value", - "name": "inverse", - "prose": "When switched to this value the inverse behavior type defined by type is applied to animation.", - "href": "https://drafts.csswg.org/web-animations-2/#valdef-animation-trigger-state-inverse", - "type": "value", - "value": "inverse", - "for": "animation trigger state" - } - ] -}