Re: [csswg-drafts] [css-color-5] Should intermediate out of range values be preserved in color-mix? (#10414)

The problem with the original example is that clamping can happen in two places

1. On parsing the `rgb()`
2. On computing the mixed value

So a clearer example would be `color-mix(in srgb, color(srgb 1.2 0 0) color(srgb 1.2 0 0))`

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


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

Received on Tuesday, 31 March 2026 23:10:46 UTC