Skip to content

Commit d5b753c

Browse files
committed
[css-grid-1] Clarify intention of minimum contribution. #4016
1 parent dc1d173 commit d5b753c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4002,15 +4002,19 @@ Resolve Intrinsic Track Sizes</h3>
40024002
set the track's <a>base size</a>
40034003
to the maximum of its items’ <a>minimum contributions</a>,
40044004
floored at zero.
4005-
The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item,
4006-
which is considered a type of <a>intrinsic size contribution</a>,
4007-
is the outer size that would result from assuming
4005+
The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item
4006+
is the smallest outer size it can have.
4007+
Specifically, it is the outer size
4008+
that would result from assuming
40084009
the item’s used <a>minimum size</a>
40094010
('min-width' or 'min-height', whichever matches the relevant axis)
40104011
as its <a>preferred size</a>
40114012
('width' or 'height', whichever matches the relevant axis)
40124013
if its computed <a>preferred size</a> [=behaves as auto=],
40134014
or else the item’s <a>min-content contribution</a> otherwise.
4015+
Because the <a>minimum size</a> often depends
4016+
on the size of the item’s content,
4017+
it is considered a type of <a>intrinsic size contribution</a>.
40144018

40154019
Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),
40164020
the <a>minimum contribution</a> is usually equivalent to

0 commit comments

Comments
 (0)