- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Sep 2023 16:57:29 +0000
- To: public-css-archive@w3.org
I could make a PR to change cross-fade to conform to the (now widely implemented) `color-mix` serialization order, but: - is it worth doing? - are these strictly comparable? If it is just flipping the order to ```css <cf-image> = [ <image> | <color> ] && <percentage [0,100]>? ``` then maybe that is helpful, but what about the missing `<color-interpolation-method>`? It looks like CSS Images 4 [cross-fade](https://drafts.csswg.org/css-images-4/#cross-fade-function) doesn't discuss what colorspace is used for calculation _at all_. And there are seemingly [no tests](https://wpt.fyi/results/css/css-images?label=experimental&label=master&aligned)? -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9405#issuecomment-1734134485 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 25 September 2023 16:57:30 UTC