Re: [csswg-drafts] [color-5] Serialization of percentages in color-mix() (#8564)

So now we have

```html
The serialization of the specified value of a ''color-mix()'' function
is the string "color-mix(in ",
followed by the specified <<color-space>> in all-lowercase,
followed by ", ",
followed by the first specified color,
followed by a space,
followed by the specified (un-normalized) first percentage (unless that is 50%),
followed by ", ",
followed by the second specified color,
followed by the specified (un-normalized) second percentage 
(unless either that is 50%, or the two specified percentages add to 100%),
followed by ")".
```

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8564#issuecomment-1489397432 using your GitHub account


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

Received on Wednesday, 29 March 2023 22:13:05 UTC