Re: [csswg-drafts] [css-borders][css-images] Properly address border image use cases, and kill `border-image` with fire (#9714)

These are also more straight forwardly covered by the new `border-shape` property.

```css
img{
  border-color: lightblue;
  border-shape: inset(0) inset(12px round 50%);
}
img:nth-of-type(2){
  border-color: pink;
  border-shape: inset(0) inset(12px round 20%);
}
```

https://codepen.io/jsnkuhn/pen/NPRYOwx

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


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

Received on Tuesday, 31 March 2026 12:21:28 UTC