Re: [csswg-drafts] [css2][css-tables] Do collapsed tracks also shrink the table wrapper box or only the table grid box? (#11408)

I would like to point out that Blink currently doesn't really have a separate table wrapper and table grid box in the implementation (it's just one LayoutObject). We just try to behave as if we did have this separation, to match specs as closely as possible, which is hard, and there are still issues:

https://issues.chromium.org/issues/360905183/blocking

I have no strong opinion, but if we are to do what the spec suggests, with "the space normally taken up by the row or column to be made available for other content" [1], shrinking both seems right, so that it also affects intrinsic size contributions. Or fix the spec, if that's not what we want.

[1] https://www.w3.org/TR/CSS22/tables.html#dynamic-effects

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


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

Received on Wednesday, 12 February 2025 08:47:55 UTC