Skip to content

Commit c24f0ec

Browse files
committed
[css-grid] Fix inaccuracy in note.
1 parent 81e89b7 commit c24f0ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dl.phase {
7272
</style>
7373

7474
Issue: If you notice any inconsistencies between this Grid Layout Module
75-
and the <a hef="http://www.w3.org/TR/css-flexbox/">Flexible Box Layout Module</a>,
75+
and the <a href="http://www.w3.org/TR/css-flexbox/">Flexible Box Layout Module</a>,
7676
please report them to the CSSWG,
7777
as this is likely an error.
7878

@@ -3685,8 +3685,10 @@ Resolve Intrinsic Track Sizes</h3>
36853685
(whichever matches the relevant axis)
36863686
if the specified size is ''width/auto'',
36873687
or else the item’s <a>min-content contribution</a>.
3688+
36883689
Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),
3689-
this is equivalent to a min-content minimum.
3690+
this is usually equivalent to a min-content minimum--
3691+
but can differ in some cases, see <a href="#min-size-auto"></a>.
36903692
<li>
36913693
<strong>For min-content maximums:</strong>
36923694
If the track has a ''min-content'' <a>max track sizing function</a>,

0 commit comments

Comments
 (0)