Re: [csswg-drafts] [css-flexbox] Change content-size suggestion to min-intrinsic instead of min-content? (#6794)

@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