Skip to content

Commit f72db50

Browse files
committed
[css-grid-1] Clarify that minimum contribution is a type of intrinsic size contribution
1 parent 32c3d82 commit f72db50

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

css-grid-1/Overview.bs

+11-2
Original file line numberDiff line numberDiff line change
@@ -4000,8 +4000,9 @@ Resolve Intrinsic Track Sizes</h3>
40004000
set the track's <a>base size</a>
40014001
to the maximum of its items’ <a>minimum contributions</a>,
40024002
floored at zero.
4003-
The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item is
4004-
the outer size that would result from assuming
4003+
The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item,
4004+
which is considered a type of <a>intrinsic size contribution</a>,
4005+
is the outer size that would result from assuming
40054006
the item’s used <a>minimum size</a>
40064007
('min-width' or 'min-height', whichever matches the relevant axis)
40074008
as its <a>preferred size</a>
@@ -4749,6 +4750,14 @@ Clarifications</h4>
47494750
particularly 'grid-template-rows' and 'grid-template-columns'.
47504751
(<a href="https://github.com/w3c/csswg-drafts/pull/3198">PR 3198</a>,
47514752
<a href="https://github.com/w3c/csswg-drafts/issues/3201">Issue 3201</a>)
4753+
<li id="change-2017-minimum-intrinsic-contribution">
4754+
Clarify that the <a>minimum contribution</a> is a type of <a>intrinsic size contribution</a>.
4755+
(<a href="https://github.com/w3c/csswg-drafts/issues/3660">Issue 3660</a>)
4756+
<blockquote>
4757+
<p>The <a>minimum contribution</a> of an item<ins>,
4758+
which is considered a type of <a>intrinsic size contribution</a>,</ins>
4759+
is the outer size that would result&hellip;
4760+
</blockquote>
47524761
</ul>
47534762

47544763
<h3 id="changes-2016">

0 commit comments

Comments
 (0)