You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Values 4 defines simply that colors are interpolated in premultiplied sRGB. Colors 5 expands on this with more details (and we should edit Values 4 to defer to it, probably). However, neither of them actually say what happens when you interpolate between currentcolor and something else.
This can't be resolves at computed-value time, so I think the best answer is that it resolves to a color-mix().
The text was updated successfully, but these errors were encountered:
Currently, Values 4 defines simply that colors are interpolated in premultiplied sRGB. Colors 5 expands on this with more details (and we should edit Values 4 to defer to it, probably). However, neither of them actually say what happens when you interpolate between
currentcolor
and something else.This can't be resolves at computed-value time, so I think the best answer is that it resolves to a
color-mix()
.The text was updated successfully, but these errors were encountered: