Re: [csswg-drafts] [css-sizing] Computing min-width/min-height: auto to zero

I get other results:

 - On Chrome and Edge, on flex items, `auto` always computes to itself in both axes, even if `overflow` is not `visible`.
 - On Firefox, on flex items, `auto` computes to itself in the main axis when `overflow` is `visible`. Otherwise it computes to 0.

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

Received on Saturday, 27 January 2018 20:51:13 UTC