- From: Zeke Medley via GitHub <sysbot+gh@w3.org>
- Date: Fri, 17 Jul 2020 21:41:42 +0000
- To: public-css-archive@w3.org
Interesting. Thanks for the information. I actually didn't know that they shared an implementation. Is that to say that the standard would require that a `cross-fade` with an invalid percentage is completely ignored or that it does something like below. ```css cross-fade(blue 110%, red) /* is equivalent to */ cross-fade(blue, red) ``` -- GitHub Notification of comment by ZekeMedley Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5333#issuecomment-660349184 using your GitHub account
Received on Friday, 17 July 2020 21:41:43 UTC