Re: [csswg-drafts] [css-sizing] Decide how to handle `min-width/min-height: auto` for non-grid/flex items

@dholbert I think the current text in Sizing covers table parts adequately: https://drafts.csswg.org/css-sizing-3/#valdef-width-auto

> For min-width/min-height, specifies an automatic minimum size
. Unless otherwise defined by the relevant layout module, however, it resolves to a used value of 0.
>
> For backwards-compatibility, the resolved value of this keyword is zero for boxes of all [CSS2] display types: block and inline boxes, inline blocks, and all the table layout boxes.

There's a separate question of how tables interpret `min-width`, which is up to the css-tables-3 spec, yes. IIRC, the effective minimum is the larger of the `min-width` and the min-content width.

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

Received on Thursday, 29 March 2018 21:41:55 UTC