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

What does:
```html
<div id="target" style="min-width: max-content; height: 100px; overflow: hidden; aspect-ratio: 1/1;">
  <div style="width: 150px;"></div>
</div>
```

... `target` resolve to above? `150px` or 100px` ?

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

Received on Saturday, 13 June 2020 01:06:37 UTC