- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 May 2025 00:21:33 +0000
- To: public-css-archive@w3.org
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.  -- 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