- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 Feb 2022 22:44:24 +0000
- To: public-css-archive@w3.org
@bfgeek > In the given example (afaikt) the min-content size (given that it has an aspect-ratio) is actually 50px not 100px. Where are you getting that from? Are you assuming this is from the aspect-ratio affecting the specified size suggestion? We made a small tweak to prevent that, specifying it only looks at *non-automatic* definite sizes, specifically *because* it was creating an unintentional conflict with the aspect-ratio auto minimum size. (And was pre-empting the other size suggestions which were *intended* to handle aspect ratios.) (And it was just wrong anyway, as it would made made `width: auto` provide a specified size suggestion even without aspect ratio, which would have been all kinds of wrong.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1029470690 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 3 February 2022 22:44:26 UTC