@@ -4000,8 +4000,9 @@ Resolve Intrinsic Track Sizes</h3>
4000
4000
set the track's <a>base size</a>
4001
4001
to the maximum of its items’ <a>minimum contributions</a> ,
4002
4002
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
4005
4006
the item’s used <a>minimum size</a>
4006
4007
('min-width' or 'min-height' , whichever matches the relevant axis)
4007
4008
as its <a>preferred size</a>
@@ -4749,6 +4750,14 @@ Clarifications</h4>
4749
4750
particularly 'grid-template-rows' and 'grid-template-columns' .
4750
4751
(<a href="https://github.com/w3c/csswg-drafts/pull/3198">PR 3198</a> ,
4751
4752
<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…
4760
+ </blockquote>
4752
4761
</ul>
4753
4762
4754
4763
<h3 id="changes-2016">
0 commit comments