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

And another question: Should min-content be affected by the aspect-ratio even if there is an explicit size in that axis? E.g.:

```html
<div style="width: 100px; height: 100px; aspect-ratio: 1/1; min-width: min-content;">
  <div style="width: 200px;"></div>
</div>
```

Should the width be 100px (from the aspect-ratio), or 200px (from the contents)?

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

Received on Wednesday, 24 June 2020 22:38:47 UTC