Re: [csswg-drafts] [css-flexbox] do aspect-ratio items need to account for both axes when "siz[ing] the item into the available space"? (#5405)

Eh, I'm closing this. After seeing that Firefox and Chrome agree on the case below, I'm going to assume that "size the item into the available space" just means "get the sizes the item would have if you laid it out in the available space."

```html
<div style="display: flex; width: 80px; height: 30px;">
  <img src="https://placekitten.com/200/200" style="min-width: 0px; flex-shrink: 0;">
</div>
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 6 August 2020 22:41:58 UTC