[csswg-drafts] [css-color-5] Example 10, incorrect color function used (#7625)

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

== [css-color-5] Example 10, incorrect color function used ==
In Example 10 of the Relative Colors section (https://www.w3.org/TR/css-color-5/#relative-colors) there is an example of using the `from` syntax to generate a color with 80% alpha channel, but the `rgb()` definition is used, rather than `rgba()`.

This should be updated to `rgba()` unless I'm missing something from further back that defines this as ok, if so, a note could be added here to clarify.

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


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

Received on Friday, 19 August 2022 08:33:23 UTC