Re: [csswg-drafts] [css-backgrounds-4] Is the `text` value part of `background-clip` or not?? (#9907)

Maybe we need a conditional at-rule that only applies once an image is loaded (and automatically tries to pre-load it). Like maybe...

```
.example {
    color: red;
    @loaded url(/media/examples/leopard) {
        background-image: url(/media/examples/leopard);
        background-clip: text;
        color: transparent;
    }
}
```

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


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

Received on Tuesday, 6 February 2024 23:29:51 UTC