Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add path shape #1799

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions features/path-shape.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions features/path-shape.yml.dist
Original file line number Diff line number Diff line change
@@ -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