Re: [csswg-drafts] [css-sizing] Rethinking how to prevent overflow in a container with an explicit aspect ratio

@jensimmons As long as we could also ensure things like...
```css
min-height: max(max-content,50vh);
```
Which, the current the implementation of `max()` in STP doesn't allow. I'm just hoping that `aspect-ratio` will clean up the mess that is trying to work with multiple constraints, such as this min/max/aspect utility setup -> https://jsbin.com/yuvaka/edit


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

Received on Thursday, 1 November 2018 22:35:14 UTC