- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Apr 2020 20:39:56 +0000
- To: public-css-archive@w3.org
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