From b3c0d07f77709891d35b7ef4eaac79e193ea063d Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Tue, 22 Oct 2024 10:23:07 -0400 Subject: [PATCH] Add more CSS Animation keys --- features/animations-css.yml | 1 + features/animations-css.yml.dist | 13 ++++ features/draft/spec/css-animations-2.yml | 60 ------------------- features/draft/spec/css-animations-2.yml.dist | 17 ------ 4 files changed, 14 insertions(+), 77 deletions(-) delete mode 100644 features/draft/spec/css-animations-2.yml delete mode 100644 features/draft/spec/css-animations-2.yml.dist diff --git a/features/animations-css.yml b/features/animations-css.yml index 71179220f4d..665eeef7762 100644 --- a/features/animations-css.yml +++ b/features/animations-css.yml @@ -27,6 +27,7 @@ compat_features: - api.CSSKeyframesRule.name - css.at-rules.keyframes - css.at-rules.keyframes.named_range_keyframes + - css.at-rules.keyframes.ignore_important_declarations - css.properties.animation - css.properties.animation-delay - css.properties.animation-direction diff --git a/features/animations-css.yml.dist b/features/animations-css.yml.dist index b0be3382d74..9dd5a8135e5 100644 --- a/features/animations-css.yml.dist +++ b/features/animations-css.yml.dist @@ -122,6 +122,19 @@ compat_features: # safari_ios: "9" - api.AnimationEvent.AnimationEvent + # baseline: high + # baseline_low_date: 2020-01-15 + # baseline_high_date: 2022-07-15 + # support: + # chrome: "45" + # chrome_android: "45" + # edge: "79" + # firefox: "19" + # firefox_android: "19" + # safari: "10.1" + # safari_ios: "10.3" + - css.at-rules.keyframes.ignore_important_declarations + # baseline: high # baseline_low_date: 2020-03-24 # baseline_high_date: 2022-09-24 diff --git a/features/draft/spec/css-animations-2.yml b/features/draft/spec/css-animations-2.yml deleted file mode 100644 index f781a130907..00000000000 --- a/features/draft/spec/css-animations-2.yml +++ /dev/null @@ -1,60 +0,0 @@ -draft_date: 2024-10-17 -name: CSS Animations Level 2 -description: TODO -spec: https://drafts.csswg.org/css-animations-2/ -compat_features: - - css.at-rules.keyframes.ignore_important_declarations - -# The following features in the spec are already part of web-features: -# - Animations (CSS): -# - api.AnimationEvent -# - api.AnimationEvent.AnimationEvent -# - api.AnimationEvent.animationName -# - api.AnimationEvent.elapsedTime -# - api.AnimationEvent.pseudoElement -# - api.CSSAnimation -# - api.CSSAnimation.animationName -# - api.CSSKeyframeRule -# - api.CSSKeyframeRule.keyText -# - api.CSSKeyframeRule.style -# - api.CSSKeyframesRule -# - api.CSSKeyframesRule.appendRule -# - api.CSSKeyframesRule.cssRules -# - api.CSSKeyframesRule.deleteRule -# - api.CSSKeyframesRule.findRule -# - api.CSSKeyframesRule.length -# - api.CSSKeyframesRule.name -# - css.at-rules.keyframes -# - css.properties.animation -# - css.properties.animation-delay -# - css.properties.animation-direction -# - css.properties.animation-direction.alternate -# - css.properties.animation-direction.alternate-reverse -# - css.properties.animation-direction.normal -# - css.properties.animation-direction.reverse -# - css.properties.animation-duration -# - css.properties.animation-duration.auto -# - css.properties.animation-fill-mode -# - css.properties.animation-fill-mode.backwards -# - css.properties.animation-fill-mode.both -# - css.properties.animation-fill-mode.forwards -# - css.properties.animation-fill-mode.none -# - css.properties.animation-iteration-count -# - css.properties.animation-iteration-count.infinite -# - css.properties.animation-name -# - css.properties.animation-name.none -# - css.properties.animation-play-state -# - css.properties.animation-play-state.paused -# - css.properties.animation-play-state.running -# - css.properties.animation-timing-function -# - css.properties.animation-timing-function.jump -# - Web animations: -# - api.Element.animationcancel_event -# - api.Element.animationend_event -# - api.Element.animationiteration_event -# - api.Element.animationstart_event -# - Scroll-driven animations: -# - css.properties.animation.animation-timeline_included -# - css.properties.animation-timeline -# - animation-composition: -# - css.properties.animation-composition diff --git a/features/draft/spec/css-animations-2.yml.dist b/features/draft/spec/css-animations-2.yml.dist deleted file mode 100644 index 30fce215647..00000000000 --- a/features/draft/spec/css-animations-2.yml.dist +++ /dev/null @@ -1,17 +0,0 @@ -# Generated from: css-animations-2.yml -# Do not edit this file by hand. Edit the source file instead! - -status: - baseline: high - baseline_low_date: 2020-01-15 - baseline_high_date: 2022-07-15 - support: - chrome: "45" - chrome_android: "45" - edge: "79" - firefox: "19" - firefox_android: "19" - safari: "10.1" - safari_ios: "10.3" -compat_features: - - css.at-rules.keyframes.ignore_important_declarations