Re: [csswg-drafts] [css-grid-2] Inconsistent min/max-content contribution for images that failed to load (#11806)

> Why?

Don't ask me, I'm just describing what I see. Again, CSS can handle replaced elements with and without a natural ratio. It's just a matter of what HTML wants to do.

> But why does Chrome set the height of Row 2 to 200px instead of 400px?

As I said, it seems a clear bug: it ignores `height` because of `display: inline`, even though the element is replaced so it shouldn't be ignored. And ignoring `height` but not `min-height` isn't even self-consistent.

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


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

Received on Monday, 3 March 2025 15:55:36 UTC