[csswg-drafts] [css-color-4] Clarify the distinct parts of the carrying-forward step (#9220)

romainmenke has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-4] Clarify the distinct parts of the carrying-forward step ==
https://drafts.csswg.org/css-color/#interpolation-missing

> If any analogous components which are missing components are found, they will be carried forward and re-inserted in the converted color before linear interpolation takes place.

https://drafts.csswg.org/css-color/#interpolation-missing:~:text=Therefore%2C%20the%20carrying%2Dforward%20step%20must%20be%20performed%20before%20any%20powerless%20component%20handling.

> Therefore, the carrying-forward step must be performed before any powerless component handling.

Maybe this would be better, for consistency : 

```diff
If any analogous components which are missing components are found, they will be carried
- forward and re-inserted in the converted color before linear interpolation takes place.
+ forward and re-inserted in the converted color before handling powerless components.
```


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9220 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 22 August 2023 18:53:00 UTC