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

So I was seeing it like this (re-using your wording):

- check, for both colors,  if each component has an analogous component in the destination color space
- convert both colors to destination color space
- set the analogous component to missing in the output colors
- fill in missing components with components from the other color
- convert powerless components to missing components
- premultiply with alpha
- linear interpolation between the two colors
- un-premultiply

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8612#issuecomment-1576882309 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 14:09:50 UTC