Re: [csswg-drafts] [css-sizing-4] Expected size of replaced element with aspect-ratio but width/height auto (#5721)

Thanks, Tab (and Elika). The new text is much better than old one.

However, just a question: both lengths and explicit intrinsic sizes are strong size constraints, and this words say we should ignore the preferred aspect ratio. But for this case:

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

I thought we should resolve the `min-content` by `100px * 1 / 1 = 100px`, so the final size is 100x100, from the #5032. Should we address this or do I miss something? Thanks

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


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

Received on Thursday, 18 February 2021 23:54:03 UTC