Skip to content

Commit 1f4fb77

Browse files
committed
[css-flexbox-1] Adjust wording after removal of min-width/height: auto propdef box per #2103
1 parent db68ee4 commit 1f4fb77

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

css-flexbox-1/Overview.bs

+14-12
Original file line numberDiff line numberDiff line change
@@ -892,19 +892,21 @@ Collapsed Items</h3>
892892
<h3 id="min-size-auto">
893893
Automatic Minimum Size of Flex Items</h3>
894894

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

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]].)
908910

909911
In general, the <a>automatic minimum size</a> of a <a>flex item</a>
910912
is the smaller of its <a>content size</a> and its <a>specified size</a>.

0 commit comments

Comments
 (0)