- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Thu, 05 Jun 2025 10:47:22 +0000
- To: public-css-archive@w3.org
Thinking about this a bit, I wonder if we can make `border-shape` a bit more descriptive. - A one-shape contour is actually a stroke - A two-shape contour is actually a fill between those shapes - The other ones are a box So something like a `contour` shorthand (or we can repurpose `border-shape` and add other longhands): ```css contour: fill between polygon(...outer..) and shape(...inner...); contour: stroke shape(...) with 1px join roundjoin dashed(10px 5px); contour: box with 10px squircle / 20px groove green / none / 5px solid black; ``` -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11679#issuecomment-2943694533 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 June 2025 10:47:23 UTC