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

another example here to show that the border-radius fallback won't even always be what devs want when falling back from `squircle`. 

The squircle design I'm trying to make is the blue element in the middle. Its a squircle of 70px. 

The red element on left is the forced border-radius: 70px; fallback. It looks nothing like what I want. The corners are crowding the links way too much.

The yellow element on the right is a close enough approximation of what I want with default round border-radius but the value has to be 35px (half of the squircle value) to get there.

So even in this case I'd have to @supports my way around the default fallback.

![Image](https://github.com/user-attachments/assets/dc8e83b1-0181-402c-b78f-1bf275c05574)

-- 
GitHub Notification of comment by jsnkuhn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11623#issuecomment-2914500797 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 28 May 2025 00:21:39 UTC