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

(above is conditioned on):
```html
<div style="
    min-width: max-content;
    height: 100px;
    aspect-ratio: 1/1;">
  <div style="width: 150px;"></div>
</div>
```

Resolving to `150px`.

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

Received on Saturday, 13 June 2020 01:19:09 UTC