[csswg-drafts] Pull Request: [css-color-5] Serialization of color-mix edge case with not normalized values including 50% #8564

AndresRPerez12 has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-color-5] Serialization of color-mix edge case with not normalized values including 50% #8564 ==
With the current instructions in the spec for serializing `color-mix`, values of `50%` are incorrectly excluded from the serialization when the specified percentages don't add up to 100% and need normalization.

The proposed wording makes it more clear when to exclude these percentage values for both the first and the second color. The first percentage is excluded only of both are `50%`, and the second one only when normalization is not required and therefore the information from the first color es enough. 

See https://github.com/w3c/csswg-drafts/pull/9231


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

Received on Wednesday, 23 August 2023 17:23:38 UTC