Skip to content

Commit

Permalink
[css-grid-1] Note that auto-min <= min-content <= max-content. #3616
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Feb 8, 2019
1 parent 02138b8 commit 7676ea2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3994,8 +3994,10 @@ Resolve Intrinsic Track Sizes</h3>
or else the item’s <a>min-content contribution</a> otherwise.

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

<dt>For min-content maximums:
<dd>
Expand Down

0 comments on commit 7676ea2

Please sign in to comment.