- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Sep 2023 16:34:46 +0000
- To: public-css-archive@w3.org
fantasai has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-images-3][css-color-5] color-mix() and cross-fade() have different serialization order? == ``` color-mix() = color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#{2}) ``` ``` cross-fade() = cross-fade( <cf-image># ) <cf-image> = <percentage [0,100]>? && [ <image> | <color> ] ``` The `color-mix()` and `cross-fade()` functions have different grammar orders wrt progress and value, they should probably be synchronized. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9405 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:34:48 UTC