- From: Oriol Brufau via GitHub <noreply@w3.org>
- Date: Fri, 26 Dec 2025 21:47:49 +0000
- To: public-css-archive@w3.org
> For compat, `border-width: 1px` must continue to specify the total width How so? E.g. `border-width: 1px; border-style: solid, solid` could end up with a total width of 1px+1px=2px and this is new syntax, so not constrained by compat. > we should first reach consensus about what the common cases are, and solve for them I think we should reach consensus on the minimal usecases that we want to support. E.g. while separate border-styles would be nice to have, I'm not sure we have to necessarily allow that. If they are not covered, `stripes()` seems the simplest mental model for me. But if they need to be covered, then `stripes()` doesn't suffice. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13044#issuecomment-3693400117 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 26 December 2025 21:47:50 UTC