Re: [csswg-drafts] [css-sizing-4] Should aspect-ratio affect the intrinsic size? (#5032)

@bfgeek Right; the idea of `width: fit-content` is that it gives the same results as `width: auto` on a float. And `width: auto` on the float, as you note, should be exactly aspect-ratio x height in this case. If `min-content` and `max-content` are to represent the extremes of `fit-content`’s size range, they can't be based on the content sizes, since the `fit-content` range is a single point equal to aspect-ratio x height (which may well even be outside the range of the minimum/maximum content-based sizes, as they are in this case).

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

Received on Monday, 20 July 2020 18:40:16 UTC