Re: Initial values for min-height and min-width

The initial values for min-height and min-width have traditionally
been “0” [1,2,…]. Flexbox introduces “auto” [3] as a compatible update
to the old value.

Is this “done” though, is “auto” indeed to be considered the new
initial default for these two properties? (What should an index like
http://meiert.com/en/indices/css-properties/ say?)

(Thanks Oriol for pointing this out!)


[1] https://www.w3.org/TR/css3-box/#min-height
[2] https://www.w3.org/TR/CSS22/visudet.html#min-max-heights
[3] https://www.w3.org/TR/css-flexbox-1/#min-size-auto

-- 
Jens Oliver Meiert
http://meiert.com/en/

Received on Wednesday, 9 November 2016 16:59:19 UTC