[csswg-drafts] [css-sizing] The resolved value of min-size: auto should also be 0 when there is no box (#3557)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-sizing] The resolved value of min-size: auto should also be 0 when there is no box ==
From https://drafts.csswg.org/css-sizing/#valdef-width-auto, about `min-width/height: auto`,

> 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.

Both Firefox and Chromium also seem to resolve it to 0 for `display: none/contents`. I guess `display: none` needs it for backwards-compatibility, and `display: contents` should be consistent with `none`. So the spec should include these cases.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3557 using your GitHub account

Received on Friday, 25 January 2019 19:58:49 UTC