We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5fe8f commit 414c26bCopy full SHA for 414c26b
1 file changed
css-grid/Overview.bs
@@ -3432,9 +3432,9 @@ Resolve Intrinsic Track Sizes</h3>
3432
to the maximum of its items’ “min-size contributions”:
3433
the value specified by its respective 'min-width' or 'min-height' properties
3434
(whichever matches the relevant axis)
3435
- if the specified size is ''auto'',
+ if the specified size is ''width/auto'',
3436
or else the item’s <a>min-content contribution</a>.
3437
- Note: For items with a specified minimum size of ''auto'' (the initial value),
+ Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),
3438
this is equivalent to a min-content minimum.
3439
<li>
3440
<strong>For min-content maximums:</strong>
0 commit comments