Re: [csswg-drafts] [css-borders-4] corner-shape initial value ("round") is strange in some cases (e.g. bevel) (#11623)

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,&infin;]>>{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