File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4184,7 +4184,7 @@ Resolve Intrinsic Track Sizes</h3>
41844184 Next increase the <a>growth limit</a> of tracks with
41854185 an <a lt="intrinsic sizing function">intrinsic</a> <a>max track sizing function</a>
41864186 by <a href="#extra-space">distributing extra space</a> as needed
4187- to account for these items' <a>minimum contributions</a> .
4187+ to account for these items' <a>min-content contributions</a> .
41884188 Mark any tracks whose <a>growth limit</a> changed
41894189 from infinite to finite in this step
41904190 as <dfn>infinitely growable</dfn> for the next step.
@@ -5037,6 +5037,18 @@ Minor Changes</h4>
50375037 <li id="change-2017-at-least-one-cell">
50385038 Required 'grid-template-areas' to define at least one cell in the grid;
50395039 ''grid-template-areas: "" "";'' is invalid.
5040+
5041+ <li id="change-2017-min-size-min-content-mixup">
5042+ Revert accidental change of [=min-content contribution=] to [=minimum contribution=]
5043+ in distributing space for intrinsic [=max track sizing functions=] .
5044+ (<a href="https://github.com/w3c/csswg-drafts/issues/4790">Issue 4790</a> )
5045+ <blockquote>
5046+ <p><strong> For intrinsic maximums:</strong>
5047+ Next increase the <a>growth limit</a> of tracks with
5048+ an <a lt="intrinsic sizing function">intrinsic</a> <a>max track sizing function</a>
5049+ by <a href="#extra-space">distributing extra space</a> as needed
5050+ to account for these items' <del> minimum</del> <ins> min-content</ins> contributions.
5051+ </blockquote>
50405052 </ul>
50415053
50425054<h4 id="clarify-2017">
You can’t perform that action at this time.
0 commit comments