Re: [csswg-drafts] [css-backgrounds-4] Can you chain `border-area` and `text` in `background-clip`? (#10696)

I think this is just two border-images:
```
            background-image: linear-gradient(to bottom right, green, blue), linear-gradient(to bottom right, green, blue), none;
            background-color: yellow;
            background-origin: border-box;
            background-clip: border-area, text, border-box;
```


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


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

Received on Tuesday, 6 August 2024 04:26:03 UTC