From ec3b31de9301e1188b25a7c2f93003b1aefe298a Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 28 Aug 2023 17:57:58 +0200 Subject: [PATCH 1/2] Add motion path feature Corresponds to https://caniuse.com/css-motion-paths --- feature-group-definitions/motion-path.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 feature-group-definitions/motion-path.yml diff --git a/feature-group-definitions/motion-path.yml b/feature-group-definitions/motion-path.yml new file mode 100644 index 00000000000..772e75fd53e --- /dev/null +++ b/feature-group-definitions/motion-path.yml @@ -0,0 +1,14 @@ +spec: https://drafts.fxtf.org/motion-1/ +caniuse: css-motion-paths +compat_features: + - css.properties.offset-anchor + - css.properties.offset-distance + - css.properties.offset-path + - css.properties.offset-path.basic-shape + - css.properties.offset-path.coord-box + - css.properties.offset-path.path + - css.properties.offset-path.ray + - css.properties.offset-position + - css.properties.offset-position.normal + - css.properties.offset-rotate + - css.properties.offset From 738bb552dad853023ccbfa48aa0dd387d3fc0845 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Thu, 30 Nov 2023 15:32:42 +0100 Subject: [PATCH 2/2] Drop unsupported subfeatures --- feature-group-definitions/motion-path.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/feature-group-definitions/motion-path.yml b/feature-group-definitions/motion-path.yml index 772e75fd53e..5c7c716be1f 100644 --- a/feature-group-definitions/motion-path.yml +++ b/feature-group-definitions/motion-path.yml @@ -4,11 +4,6 @@ compat_features: - css.properties.offset-anchor - css.properties.offset-distance - css.properties.offset-path - - css.properties.offset-path.basic-shape - - css.properties.offset-path.coord-box - css.properties.offset-path.path - - css.properties.offset-path.ray - - css.properties.offset-position - - css.properties.offset-position.normal - css.properties.offset-rotate - css.properties.offset