Re: [csswg-drafts] [css-sizing-4] Give examples for how the aspect-ratio affects the {min,max}-content size of a box. (#4637)

So I think given https://drafts.csswg.org/css-sizing-4/#aspect-ratio-minimum the way this works is:
1. `width: auto` is resolved to `width: 100px` on the container.
2. If the `min-width` is `auto`, then it resolves to `150px` and thereby increases the min-content size and contribution of the container. If the `min-width` is set to zero (or any value <= 100px), then it has no effect.


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

Received on Wednesday, 15 April 2020 20:39:59 UTC