- From: Rune Lillesveen via GitHub <noreply@w3.org>
- Date: Tue, 05 May 2026 16:01:36 +0000
- To: public-css-archive@w3.org
> FWIW Firefox doesn't support none in `light-dark()` for this reason, and the discussion in [#12513](https://github.com/w3c/csswg-drafts/issues/12513) and above seems to indicate it's not so trivial to consider `none` an image everywhere.
Hm. It looks like it's supported in Firefox nightly with this case?
```html
<!DOCTYPE html>
<style>
div {
background-image: linear-gradient(green);
background-image: light-dark(none, none);
width: 100px;
height: 100px;
}
</style>
<div></div>
```
--
GitHub Notification of comment by lilles
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13866#issuecomment-4380944403 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 May 2026 16:01:37 UTC