Re: [csswg-drafts] [css-color-5] How should negative percentages behave in color-mix()? (#6047)

I don't see how these experiments are relevant to our question.

`color-mix(rgb, rgb(240 0 240), rgb(230 0 0) -20%)` gives a result that is *more red* than either argument. (After clamping, the result is just `rgb(242 0 255)`.) You're not "removing" red at all.

This is not intuitive behavior. You're not meaningfully mixing anything, and the re-scaling to 100% produces unintuitive results when one of the arguments is negative.

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


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

Received on Wednesday, 10 March 2021 23:09:38 UTC