Re: [csswg-drafts] [css-borders][css-tables] Define how listified borders collapse (#13410)

If you collapse borders stripe-by-stripe, then you can have

|  | Stripe 1 | Stripe 2 | Total width |
| - | - | - | - |
| Original border 1 | `10px solid` | `0px solid` | `10px` |
| Original border 2 | `0px solid` | `10px solid` | `10px` |
| Resulting border | `10px solid` | `10px solid ` | `20px` |

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


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

Received on Thursday, 5 February 2026 15:06:10 UTC