Re: [csswg-drafts] [css-images-4] Add `light-dark-image()`, or generalize `light-dark()` for images too? (#12513)

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