- From: Natalie Weizenbaum via GitHub <noreply@w3.org>
- Date: Tue, 21 Apr 2026 19:20:38 +0000
- To: public-css-archive@w3.org
The issue being discussed in #10254 is still outstanding: nothing in the spec says that analogous color components are carried forward for any color conversion *other than* those that occur during interpolation. Currently, the terms "analogous component" and "analogous set" are exclusively referenced in §13 Color Interpolation. As pointed out in https://github.com/w3c/csswg-drafts/issues/10254#issuecomment-2081226505, this implies that carrying forward analogous missing components is not part of the general color conversion process defined in §11 Converting Colors, and so other places where colors may be converted should _not_ carry them forward. This is also stated more or less explicitly in [§4.4](https://drafts.csswg.org/css-color-4/#missing) (emphasis mine): > For all other purposes, a [missing component](https://drafts.csswg.org/css-color-4/#missing-color-component) behaves as a zero value, in the appropriate unit for that component: `0`, `0%`, or `0deg`. This includes rendering the color directly, **converting it to another color space**, performing computations on the color component values, etc. -- GitHub Notification of comment by nex3 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10210#issuecomment-4291193138 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 21 April 2026 19:20:39 UTC