Re: [csswg-drafts] [css-color-4] [css-color-5] Mixing with `transparent` seems broken in implementations (#8612)

> the specification was rewritten to change which components become powerless, but there was no resolution or agreement on that, so I am ignoring that change in this example

Well, there was no resolution to make anything other than hue powerless in the first place; and we are now seeing a bunch of breakage and discontinuity as a result of forcing chroma/saturation to be missing at exactly white and black.

Compare `color-mix(in hsl, rgb(0 0 0 / 0), hsl(30deg 30% 40%))` with `color-mix(in hsl, rgb(0.01 0.01 0.01 / 0), hsl(30deg 30% 40%))`

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


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

Received on Monday, 5 June 2023 16:06:19 UTC