- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 11 Oct 2021 12:11:18 +0000
- To: public-css-archive@w3.org
Extended is now the default, so re-titling the issue to reflect the remaining open part. **Expose Linear-light sRGB as CSS syntax?** Currently, the term [linear-light sRGB](https://drafts.csswg.org/css-color-4/#linear-light-sRGB) is defined in CSS Color 4, primarily to allow reference from other specifications such as SVG filters or Canvas. However, it isn't exposed as a `color()` colorspace. Should it be? ```css color: color(srgb-linear 0.1 0.4 0.7); ``` The main reason to do so would be for the convenience of authors who are also using colors in WebGPU or WebGL, which are not color-managed and require all colors to be specified in a single colorspace. `srgb-linear` is supported there, but not in CSS. -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6087#issuecomment-939972995 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 11 October 2021 12:11:20 UTC