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

Could you explicitly say which engine, if any, renders the original case correctly?

```html
<div style="display: flex;">
  <!-- Chrome and spec say final width is 50px. Firefox says 100px. -->
  <div style="background: blue; height: 100px; aspect-ratio: 1/2; ">
    <div style="width: 100px;"></div>
  </div>
</div>
```

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


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

Received on Monday, 31 January 2022 20:41:44 UTC