- From: Brad Kemper via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Feb 2024 23:29:49 +0000
- To: public-css-archive@w3.org
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