From 20b38d5c25dc38a4922a8e0345dfbb59ac807b42 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Wed, 18 Sep 2024 12:05:03 -0400 Subject: [PATCH 1/2] Add path shape --- features/path-shape.yml | 10 ++++++++++ features/path-shape.yml.dist | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 features/path-shape.yml create mode 100644 features/path-shape.yml.dist diff --git a/features/path-shape.yml b/features/path-shape.yml new file mode 100644 index 00000000000..06b8214a608 --- /dev/null +++ b/features/path-shape.yml @@ -0,0 +1,10 @@ +name: "`path()` shape" +description: The `path()` CSS shape function creates an shapes for use with `clip-path`, `shape-outside`, and the `d` property on an SVG. +spec: https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes +# group: clipping-shapes-masking +compat_features: + - css.types.basic-shape.path + - css.types.basic-shape.path.clip-path + - css.types.basic-shape.path.d + - css.types.basic-shape.path.shape-outside + - css.types.basic-shape.path.offset-path diff --git a/features/path-shape.yml.dist b/features/path-shape.yml.dist new file mode 100644 index 00000000000..602911d4c8b --- /dev/null +++ b/features/path-shape.yml.dist @@ -0,0 +1,12 @@ +# Generated from: path-shape.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: {} +compat_features: + - css.types.basic-shape.path + - css.types.basic-shape.path.clip-path + - css.types.basic-shape.path.d + - css.types.basic-shape.path.offset-path + - css.types.basic-shape.path.shape-outside From 29050ecddcb802acb34a0ab0838bce729c64d4b6 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Tue, 24 Sep 2024 11:27:27 -0400 Subject: [PATCH 2/2] Review --- features/path-shape.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/path-shape.yml b/features/path-shape.yml index 06b8214a608..8bb07f518f6 100644 --- a/features/path-shape.yml +++ b/features/path-shape.yml @@ -1,5 +1,5 @@ -name: "`path()` shape" -description: The `path()` CSS shape function creates an shapes for use with `clip-path`, `shape-outside`, and the `d` property on an SVG. +name: path() +description: The `path()` CSS shape function creates a shape for `clip-path`, `shape-outside`, and the SVG attribute `d`. spec: https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes # group: clipping-shapes-masking compat_features: