Re: [csswg-drafts] [css-images-4] Saturate invalid cross-fade values (#5333)

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