Re: [csswg-drafts] [css-masking] Find a way for clip-path to play nicely with borders and filters (#5881)

border-radius: `inset()` already has an optional syntax for rounding corners ie `clip-path: inset(12px round 30px);` so 

```css 
border-path: padding-box inset(12px) ;
border-radius: 30px;
```
 would really never need to be a thing.

I've also suggested in other threads that `clip-path: corners( angle round 50%);` could probably become a thing as an alternative way to implement `corner-shape`

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


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

Received on Thursday, 7 July 2022 11:56:48 UTC