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

@dholbert Replying to https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-362376650 ...
(1) OK, changed wording.
(2) Flex items are not block boxes... they can be block containers, but a block box is a block-level block container, and is specifically the CSS2.1 display type known as a block. :)
(3) OK, switched to `''0''`.

Current prose is
> For 'min-width'/'min-height', specifies an <dfn dfn for>automatic minimum size</dfn>. Unless otherwise defined by the relevant layout module, however, it resolves to a used value of ''0''.

Didn't add the resolved value bit into the general definition, because we do want that to remain as an exception for the CSS2.1 display types only.

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

Received on Sunday, 4 March 2018 11:10:56 UTC