- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Wed, 04 Jun 2025 17:00:10 +0000
- To: public-css-archive@w3.org
I think there is general consensus here. Proposing an async resolution: A `corners` shorthand: ``` <<corner-shape-and-size>> = none | [ <<corner-shape-value>> && <<length-percentage [0,∞]>>{1,2} ] <<corners>>: <<shape-and-size>> [ / <<corner-shape-and-size>> ]{0, 3} ``` e.g. ```css corners: bevel 10px / round 20% 30px / none / squircle 3px; ``` -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11623#issuecomment-2940763390 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 4 June 2025 17:00:11 UTC