From 4e824abc5abe5ba87014e133d34e72e67fb8cc58 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Fri, 11 Oct 2024 14:59:15 -0400 Subject: [PATCH] Add offset-position to motion-path --- features/draft/spec/motion-1.yml | 22 --------------- features/draft/spec/motion-1.yml.dist | 40 --------------------------- features/motion-path.yml | 3 ++ features/motion-path.yml.dist | 3 ++ 4 files changed, 6 insertions(+), 62 deletions(-) delete mode 100644 features/draft/spec/motion-1.yml delete mode 100644 features/draft/spec/motion-1.yml.dist diff --git a/features/draft/spec/motion-1.yml b/features/draft/spec/motion-1.yml deleted file mode 100644 index 88f2c8103db..00000000000 --- a/features/draft/spec/motion-1.yml +++ /dev/null @@ -1,22 +0,0 @@ -draft_date: 2024-09-30 -name: Motion Path Module Level 1 -description: TODO -spec: https://drafts.fxtf.org/motion-1/ -compat_features: - - css.properties.offset-position - - css.properties.offset-position.auto - - css.properties.offset-position.normal - -# The following features in the spec are already part of web-features: -# - Motion path: -# - css.properties.offset -# - css.properties.offset-anchor -# - css.properties.offset-anchor.auto -# - css.properties.offset-distance -# - css.properties.offset-path -# - css.properties.offset-rotate -# - css.properties.offset-rotate.auto -# - css.properties.offset-rotate.reverse -# - css.types.ray -# - path(): -# - css.types.basic-shape.path.offset-path diff --git a/features/draft/spec/motion-1.yml.dist b/features/draft/spec/motion-1.yml.dist deleted file mode 100644 index b358dc5e8ec..00000000000 --- a/features/draft/spec/motion-1.yml.dist +++ /dev/null @@ -1,40 +0,0 @@ -# Generated from: motion-1.yml -# Do not edit this file by hand. Edit the source file instead! - -status: - baseline: low - baseline_low_date: 2024-01-23 - support: - chrome: "116" - chrome_android: "116" - edge: "116" - firefox: "122" - firefox_android: "122" - safari: "17.2" - safari_ios: "17.2" -compat_features: - # baseline: low - # baseline_low_date: 2024-01-23 - # support: - # chrome: "116" - # chrome_android: "116" - # edge: "116" - # firefox: "122" - # firefox_android: "122" - # safari: "16" - # safari_ios: "16" - - css.properties.offset-position - - css.properties.offset-position.auto - - # ⬇️ Same status as overall feature ⬇️ - # baseline: low - # baseline_low_date: 2024-01-23 - # support: - # chrome: "116" - # chrome_android: "116" - # edge: "116" - # firefox: "122" - # firefox_android: "122" - # safari: "17.2" - # safari_ios: "17.2" - - css.properties.offset-position.normal diff --git a/features/motion-path.yml b/features/motion-path.yml index 1ae1d957f39..6a0ea766f64 100644 --- a/features/motion-path.yml +++ b/features/motion-path.yml @@ -13,6 +13,9 @@ compat_features: - css.properties.offset-path.path - css.properties.offset-path.ray - css.properties.offset-path.url + - css.properties.offset-position + - css.properties.offset-position.auto + - css.properties.offset-position.normal - css.properties.offset-distance - css.properties.offset-rotate - css.properties.offset-rotate.auto diff --git a/features/motion-path.yml.dist b/features/motion-path.yml.dist index 0a1c9fea710..4754aad379b 100644 --- a/features/motion-path.yml.dist +++ b/features/motion-path.yml.dist @@ -90,6 +90,8 @@ compat_features: # safari: "16" # safari_ios: "16" - css.properties.offset-path.ray + - css.properties.offset-position + - css.properties.offset-position.auto - css.types.ray # baseline: low @@ -115,6 +117,7 @@ compat_features: # firefox_android: "122" # safari: "17.2" # safari_ios: "17.2" + - css.properties.offset-position.normal - css.types.ray.position # baseline: low