- From: David Marland via GitHub <noreply@w3.org>
- Date: Wed, 11 Mar 2026 17:08:33 +0000
- To: public-css-archive@w3.org
Just to confirm: this would allow `image-set`?
```
background: light-dark(
image-set(
url('lightbg-1x.png') 1x,
url('lightbg-2x.png') 2x
),
image-set(
url('darkbg-1x.png') 1x,
url('darkbg-2x.png') 2x
)
)
```
--
GitHub Notification of comment by djmarland
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12513#issuecomment-4040743440 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 March 2026 17:08:34 UTC