Re: [csswg-drafts] [css-borders-4]: `border-shape` order of shapes in the two-shape variant (#13308)

I think we have a few options:
1. Leave as is (outside->in, similar to fill rules)
2. Change to inside-out, similar to radial gradients
3. Separate to two properties (`inner-border-shape` and `outer-border-shape`), though that can become a bit messy in defining how that differentiates from the single shape variant
4. Use keywords instead of ordering:
```css
.target {
  border-shape: 
     circle() outside, rect() inside
}
```

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


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

Received on Friday, 16 January 2026 19:27:32 UTC