Skip to content

Commit 7676ea2

Browse files
committed
[css-grid-1] Note that auto-min <= min-content <= max-content. #3616
1 parent 02138b8 commit 7676ea2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-grid-1/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -3994,8 +3994,10 @@ Resolve Intrinsic Track Sizes</h3>
39943994
or else the item’s <a>min-content contribution</a> otherwise.
39953995

39963996
Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),
3997-
this is usually equivalent to a min-content minimum--
3997+
the <a>minimum contribution</a> is usually equivalent to
3998+
the <a>min-content contribution</a>--
39983999
but can differ in some cases, see <a href="#min-size-auto"></a>.
4000+
Also, <a>minimum contribution</a> &le; <a>min-content contribution</a> &le; <a>max-content contribution</a>.
39994001

40004002
<dt>For min-content maximums:
40014003
<dd>

0 commit comments

Comments
 (0)