Re: [csswg-drafts] [css-values] Abandon mix()? (#9343)

In `aspect-ratio`, `mix()` allows the nice logarithmic interpolation of ratios, e.g.

```css
aspect-ratio: mix(50%, 1, 9); /* 3 */
```

If I use `aspect-ratio: calc-mix(50%, 1, 9)` I will get `5` instead.

I'm not sure whether a `ratio-mix()` is worth it, but this is the use-case that comes to mind.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9343#issuecomment-1832711524 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 29 November 2023 21:15:39 UTC