- From: jsnkuhn via GitHub <noreply@w3.org>
- Date: Mon, 03 Nov 2025 14:20:52 +0000
- To: public-css-archive@w3.org
I wonder about the possibility of using the suggested comma separated colors to extend the functionality of some of the existing `border-style` options that get very little use right now. The reason I gave up on `groove`, `ridge`, `inset` and `outset` 20ish years ago is not that I don't want those styles, its that they do not allow devs the ability to determine each color as expected. Instead we add one color and hope for the best with the second. (The second color, the last time I checked, was still not consistent cross browser). So instead I've spent a long time recreate these styles with `solid` and box-shadows. It seems like `border: grove 2px red,green;` could allows devs the control we've wanted all this time. Maybe this could be usable for `double` as well, although I don't immediately see as much of a use case for that. -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13044#issuecomment-3480812941 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 3 November 2025 14:20:53 UTC