Re: [csswg-drafts] [css-backgrounds] allow optional forward slash in `border-*-radius` long hands (#12861)

This may reduce some confusion because it's more consistent with the shorthand, but it can also add confusion:

```css
border-top-left-radius: 2em 0.5em;
border-top-left-radius: 2em / 0.5em;
```

It's not clear that they are the same. Or if you set `2em / 0.5em` and then serialize, you would presumably get `2em 0.5em` which again may confuse.

Overall I'm leaning towards this not being worth changing.

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


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

Received on Saturday, 27 September 2025 18:19:19 UTC