Skip to content

Commit af0b879

Browse files
committed
[css-grid] Avoid being too specific about growth limits.
1 parent fa12528 commit af0b879

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ Resolve Content-Based Track Sizing Functions</h3>
28042804
<strong>Update the tracks' affected sizes</strong>
28052805
by folding in the calculated increase
28062806
so that the next round of space distribution will account for the increase.
2807-
(If the <i>growth limit</i> is infinite,
2807+
(If the affected size is infinite,
28082808
set it to the track's <i>base size</i> plus the calculated increase.)
28092809
</ol>
28102810
</ol>

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@ <h3 class="heading settled heading" data-level=10.4 id=algo-content><span class=
28562856
<strong>Update the tracks' affected sizes</strong>
28572857
by folding in the calculated increase
28582858
so that the next round of space distribution will account for the increase.
2859-
(If the <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> is infinite,
2859+
(If the affected size is infinite,
28602860
set it to the track’s <a data-link-type=dfn href=#base-size title="base size">base size</a> plus the calculated increase.)
28612861
</ol>
28622862
</ol>

0 commit comments

Comments
 (0)