- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 06 May 2026 16:25:02 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-color-5] What is the computed value of light-dark(none, none)?`, and agreed to the following: * `RESOLVED: light-dark(..., none) computes to image(transparent) if none is the value that was chosen` <details><summary>The full IRC log of that discussion</summary> <ydaniv> futhark: light-dark for images supports none value which generates a fully transparent image<br> <ydaniv> ... but in computed value time it's resolved to [missed]<br> <ydaniv> ... we need to specify what light-dark(none) computes to<br> <TabAtkins> q+<br> <ydaniv> ... anything other than none, don't have a suggestion<br> <astearns> ack TabAtkins<br> <emilio> q+<br> <ydaniv> TabAtkins: we discussed the none be generically for images, lea suggested that we have it computed as itself<br> <ydaniv> ... agree that it should work like system colors<br> <ydaniv> ... I'd be ok with resolving it to transparent<br> <ydaniv> ... prefered that we support the image() with argument transparent<br> <fantasai> +1<br> <emilio> +1<br> <romain> +1<br> <kbabbitt> +1<br> <ydaniv> ... it has be in the spec and unimplemeted for a decade<br> <emilio> So just drop `none` right?<br> <bkardell> s/has be/has been<br> <ydaniv> ... so my further suggestion is that we punt all the none colors for image<br> <astearns> ack emilio<br> <ydaniv> ... and light-dark(none) resolve to image(transparent)<br> <ydaniv> emilio: was going to suggest the same thing<br> <ydaniv> ... I'll be happy kill the none in FF<br> <ydaniv> TabAtkins: the none kw would still be useful, but it would resolve to image(transparent)<br> <ydaniv> emilio: I'd be happy to support this, but feels like a weird extension to image()<br> <ydaniv> ... feels weird that none computes to something else<br> <ydaniv> ... but not opposing<br> <TabAtkins> light-dark(url(...), none) vs light-dark(url(...), image(transparent)) is a pretty big typing diff<br> <ydaniv> fantasai: agree with this plan, I think we already resolve [missed]<br> <TabAtkins> s/[missed]/to cut down image() to just colors at the f2f/<br> <ydaniv> PROPOSED RESOLUTION: light-dark(..., none) computes to image(transparent) if none is the value that was chosen<br> <ydaniv> PROPOSED RESOLUTION: light-dark(..., none) computes to image(transparent) if none is the value that was chosen<br> <ydaniv> astearns: objections?<br> <ydaniv> RESOLVED: light-dark(..., none) computes to image(transparent) if none is the value that was chosen<br> <TabAtkins> I'll cut down the image() function today<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13866#issuecomment-4390052390 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 May 2026 16:25:03 UTC