Re: [csswg-drafts] [css-borders] Allow multiple borders by listifying them (#13044)

Since the resolution was that it would be the `border-width` property that sets the number of borders, I don't see any issue with allowing none in lists?

if you have `border-width: 3px, 4px, 5px` and then do `border-style: none`, the border style would be automatically expanded via repetition to `border-style: none, none, none` and all of the borders will be hidden. To me, this meets the compatibility requirement that `border-style: none` should hide all borders.

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


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

Received on Sunday, 1 February 2026 23:44:34 UTC