Re: [csswg-drafts] [css-borders] allow multiple borders (#13044)

To clarify what I meant at the TPAC, was that

```css
border: solid stripes(2px white, 3px black);
```

could internally sum 2px+3px=5px and use that as the border width, instead of defaulting to `medium`.

In general, multiple borders can't always be expressed in terms of `stripes()` (e.g. when mixing different styles).

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


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

Received on Tuesday, 18 November 2025 19:24:31 UTC