diff --git a/features/draft/spec/css-transforms-2.yml b/features/draft/spec/css-transforms-2.yml deleted file mode 100644 index 7de41b0528a..00000000000 --- a/features/draft/spec/css-transforms-2.yml +++ /dev/null @@ -1,70 +0,0 @@ -draft_date: 2024-10-17 -name: CSS Transforms Module Level 2 -description: TODO -spec: https://drafts.csswg.org/css-transforms-2/ -compat_features: - - css.properties.rotate.x_y_z_angle - - css.properties.transform-origin.three_value_syntax - -# The following features in the spec are already part of web-features: -# - 3D transforms: -# - css.properties.backface-visibility -# - css.properties.perspective -# - css.properties.perspective.none -# - css.properties.perspective-origin -# - css.properties.perspective-origin.bottom -# - css.properties.perspective-origin.center -# - css.properties.perspective-origin.left -# - css.properties.perspective-origin.right -# - css.properties.perspective-origin.top -# - css.properties.transform.3d -# - css.properties.transform-style -# - css.types.transform-function.matrix3d -# - css.types.transform-function.perspective -# - css.types.transform-function.rotate3d -# - css.types.transform-function.rotateX -# - css.types.transform-function.rotateY -# - css.types.transform-function.rotateZ -# - css.types.transform-function.scale3d -# - css.types.transform-function.scaleZ -# - css.types.transform-function.translate3d -# - css.types.transform-function.translateZ -# - Individual transform properties: -# - css.properties.rotate -# - css.properties.rotate.none -# - css.properties.scale -# - css.properties.scale.none -# - css.properties.translate -# - css.properties.translate.none -# - 2D transforms: -# - css.properties.transform -# - css.properties.transform-origin -# - css.properties.transform-origin.bottom -# - css.properties.transform-origin.center -# - css.properties.transform-origin.left -# - css.properties.transform-origin.right -# - css.properties.transform-origin.top -# - css.types.transform-function -# - css.types.transform-function.matrix -# - css.types.transform-function.rotate -# - css.types.transform-function.scale -# - css.types.transform-function.scaleX -# - css.types.transform-function.scaleY -# - css.types.transform-function.skew -# - css.types.transform-function.skewX -# - css.types.transform-function.skewY -# - css.types.transform-function.translate -# - css.types.transform-function.translateX -# - css.types.transform-function.translateY -# - transform-box: -# - css.properties.transform-box -# - css.properties.transform-box.border-box -# - css.properties.transform-box.content-box -# - css.properties.transform-box.fill-box -# - css.properties.transform-box.stroke-box -# - css.properties.transform-box.view-box -# - SVG: -# - css.properties.transform-origin.svg_elements -# - svg.elements.linearGradient.gradientTransform -# - svg.global_attributes.transform -# - svg.global_attributes.transform-origin diff --git a/features/draft/spec/css-transforms-2.yml.dist b/features/draft/spec/css-transforms-2.yml.dist deleted file mode 100644 index aa912f601b9..00000000000 --- a/features/draft/spec/css-transforms-2.yml.dist +++ /dev/null @@ -1,40 +0,0 @@ -# Generated from: css-transforms-2.yml -# Do not edit this file by hand. Edit the source file instead! - -status: - baseline: low - baseline_low_date: 2022-08-05 - support: - chrome: "104" - chrome_android: "104" - edge: "104" - firefox: "72" - firefox_android: "79" - safari: "14.1" - safari_ios: "14.5" -compat_features: - # baseline: high - # baseline_low_date: 2015-09-30 - # baseline_high_date: 2018-03-30 - # support: - # chrome: "36" - # chrome_android: "36" - # edge: "12" - # firefox: "16" - # firefox_android: "16" - # safari: "9" - # safari_ios: "9" - - css.properties.transform-origin.three_value_syntax - - # ⬇️ Same status as overall feature ⬇️ - # baseline: low - # baseline_low_date: 2022-08-05 - # support: - # chrome: "104" - # chrome_android: "104" - # edge: "104" - # firefox: "72" - # firefox_android: "79" - # safari: "14.1" - # safari_ios: "14.5" - - css.properties.rotate.x_y_z_angle diff --git a/features/individual-transforms.yml b/features/individual-transforms.yml index 7e70d4ce304..74f9359ce2d 100644 --- a/features/individual-transforms.yml +++ b/features/individual-transforms.yml @@ -4,6 +4,7 @@ spec: https://drafts.csswg.org/css-transforms-2/#individual-transforms group: transforms compat_features: - css.properties.rotate + - css.properties.rotate.x_y_z_angle - css.properties.scale - css.properties.translate - css.properties.rotate.none diff --git a/features/individual-transforms.yml.dist b/features/individual-transforms.yml.dist index 8bdecf9d3d6..0ff2c9df89c 100644 --- a/features/individual-transforms.yml.dist +++ b/features/individual-transforms.yml.dist @@ -15,6 +15,7 @@ status: compat_features: - css.properties.rotate - css.properties.rotate.none + - css.properties.rotate.x_y_z_angle - css.properties.scale - css.properties.scale.none - css.properties.translate diff --git a/features/transforms2d.yml b/features/transforms2d.yml index e3d345ddc26..051fcf4c907 100644 --- a/features/transforms2d.yml +++ b/features/transforms2d.yml @@ -25,3 +25,4 @@ compat_features: - css.properties.transform-origin.left - css.properties.transform-origin.right - css.properties.transform-origin.top + - css.properties.transform-origin.three_value_syntax diff --git a/features/transforms2d.yml.dist b/features/transforms2d.yml.dist index 2fd9d7a0a9b..fe9f6c621a7 100644 --- a/features/transforms2d.yml.dist +++ b/features/transforms2d.yml.dist @@ -64,6 +64,7 @@ compat_features: # safari: "9" # safari_ios: "9" - css.properties.transform-origin + - css.properties.transform-origin.three_value_syntax # baseline: high # baseline_low_date: 2020-07-28