@@ -892,19 +892,21 @@ Collapsed Items</h3>
892
892
<h3 id="min-size-auto">
893
893
Automatic Minimum Size of Flex Items</h3>
894
894
895
- To provide a more reasonable default minimum size for <a>flex items</a> ,
896
- this specification introduces a new ''min-width/auto'' value
897
- as the initial value of the 'min-width' and 'min-height' properties defined in CSS 2.1. [[!CSS21]]
895
+ Note: The ''min-width/auto'' value of 'min-width' and 'min-height' is new.
896
+ It was initially introduced as the new initial value of these properties
897
+ in this specification;
898
+ its formal definition has now been moved
899
+ to the <a href="http://www.w3.org/TR/css-sizing/">CSS Sizing</a> module.
900
+ It is still required for a complete and correct implementation
901
+ of this module.
898
902
899
- <dl>
900
- <dt> ''min-width/height: auto''
901
- <dd>
902
- On a <a>flex item</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a> ,
903
- when specified on the <a>flex item's</a> main-axis min-size property,
904
- specifies an <a>automatic minimum size</a> .
905
- Otherwise computes to ''0''
906
- (unless otherwise defined by a future specification).
907
- </dl>
903
+ To provide a more reasonable default minimum size for <a>flex items</a> ,
904
+ this specification defines that the ''min-width/auto'' keyword
905
+ of the 'min-width' and 'min-height' properties
906
+ (which represents their initial value)
907
+ applies an <a>automatic minimum size</a>
908
+ to <a>flex items</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a> .
909
+ (It otherwise computes to zero, see [[!CSS3-SIZING]] .)
908
910
909
911
In general, the <a>automatic minimum size</a> of a <a>flex item</a>
910
912
is the smaller of its <a>content size</a> and its <a>specified size</a> .
0 commit comments