diff --git a/features/path-shape.yml b/features/path-shape.yml new file mode 100644 index 00000000000..8bb07f518f6 --- /dev/null +++ b/features/path-shape.yml @@ -0,0 +1,10 @@ +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: + - 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