Skip to content

Commit 81ab9e1

Browse files
committed
Mark clip-path as InProgress
Signed-off-by: Nico Burns <[email protected]>
1 parent c4921ee commit 81ab9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/css-property-groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"entries": [
7070
{ "name": "opacity", "status": "Yes", "notes": "Nodes with opacity are currently clipped regardless of the overflow style" },
7171
{ "name": "visibility", "status": "Yes" },
72-
{ "name": "clip-path", "status": "No", "properties": ["clip-path", "clip"], "issues": ["DioxusLabs/blitz#211"] },
72+
{ "name": "clip-path", "status": "InProgress", "properties": ["clip-path", "clip"], "issues": ["DioxusLabs/blitz#211"] },
7373
{ "name": "contain", "status": "No" },
7474
{ "name": "mask", "status": "No", "properties": ["mask", "mask-image", "mask-size", "mask-position", "mask-repeat", "mask-composite"] },
7575
{ "name": "isolation", "status": "No" },

0 commit comments

Comments
 (0)