Skip to content

Commit 8d71a73

Browse files
committed
[css-grid-1] Some minor corrections for min-size contribution. #2674
1 parent 52f193c commit 8d71a73

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-grid-1/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3922,10 +3922,11 @@ Resolve Intrinsic Track Sizes</h3>
39223922
floored at zero.
39233923
The <dfn noexport>min-size contribution</dfn> of an item is
39243924
the outer size that would result from assuming
3925-
the item’s used 'min-width' or 'min-height' value
3926-
(whichever matches the relevant axis)
3927-
as its specified size ('width' or 'height', whichever matches the relevant axis)
3928-
if its computed size [=behaves as auto=],
3925+
the item’s used <a>minimum size</a>
3926+
('min-width' or 'min-height', whichever matches the relevant axis)
3927+
as its <a>preferred size</a>
3928+
('width' or 'height', whichever matches the relevant axis)
3929+
if its computed <a>preferred size</a> [=behaves as auto=],
39293930
or else the item’s <a>min-content contribution</a>.
39303931

39313932
Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),

0 commit comments

Comments
 (0)