We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The specification for the serialization of color-mix(), https://drafts.csswg.org/css-color-5/#serial-color-mix, should be update to cover all the interpolation methods. This means adding:
color-mix()
srgb-linear
xyz-d50
xyz-d65
The text was updated successfully, but these errors were encountered:
Good catch, will do.
Sorry, something went wrong.
11f5419
What is the rationale that color-mix(in srgb-linear ...) serializes to color(srgb ...) and not color(srgb-linear ...).
color-mix(in srgb-linear ...)
color(srgb ...)
color(srgb-linear ...)
Oh gosh my brain is tired. Yes, of course 🤦
33d2741
svgeesus
No branches or pull requests
The specification for the serialization of
color-mix()
, https://drafts.csswg.org/css-color-5/#serial-color-mix, should be update to cover all the interpolation methods. This means adding:srgb-linear
xyz-d50
xyz-d65
The text was updated successfully, but these errors were encountered: