Skip to content

Commit d88d826

Browse files
committed
[css-grid] typo
1 parent ce52295 commit d88d826

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ Resolve Content-Based Track Sizing Functions</h3>
33083308
is greater than its <a>growth delta</a>,
33093309
set its <a>growth delta</a> to that difference.
33103310
<dt>In phase 3
3311-
<dd>In phase 4
3311+
<dt>In phase 4
33123312
<dd>
33133313
For each track,
33143314
if its <a>growth limit</a> is finite,
@@ -3333,6 +3333,7 @@ Resolve Content-Based Track Sizing Functions</h3>
33333333
increase its <a>base size</a> by its <a>growth delta</a>.
33343334
<dt>In phase 3
33353335
<dt>In phase 4
3336+
<dd>
33363337
For each track,
33373338
if its <a>growth limit</a> is finite,
33383339
increase its <a>growth limit</a> by its <a>growth delta</a>.

css-grid/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@ <h3 class="heading settled heading" data-level=11.4 id=algo-content><span class=
32803280
is greater than its <a data-link-type=dfn href=#growth-delta title="growth delta">growth delta</a>,
32813281
set its <a data-link-type=dfn href=#growth-delta title="growth delta">growth delta</a> to that difference.
32823282
<dt>In phase 3
3283-
<dd>In phase 4
3283+
<dt>In phase 4
32843284
<dd>
32853285
For each track,
32863286
if its <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> is finite,
@@ -3305,13 +3305,14 @@ <h3 class="heading settled heading" data-level=11.4 id=algo-content><span class=
33053305
increase its <a data-link-type=dfn href=#base-size title="base size">base size</a> by its <a data-link-type=dfn href=#growth-delta title="growth delta">growth delta</a>.
33063306
<dt>In phase 3
33073307
<dt>In phase 4
3308+
<dd>
33083309
For each track,
33093310
if its <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> is finite,
33103311
increase its <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> by its <a data-link-type=dfn href=#growth-delta title="growth delta">growth delta</a>.
33113312
Otherwise, if its <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> is infinite,
33123313
set its <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a>
33133314
to the sum of its <a data-link-type=dfn href=#base-size title="base size">base size</a> and its <a data-link-type=dfn href=#growth-delta title="growth delta">growth delta</a>.
3314-
</dt></dl>
3315+
</dl>
33153316
</ol>
33163317

33173318
<h3 class="heading settled heading" data-level=11.5 id=algo-grow-tracks><span class=secno>11.5 </span><span class=content>

0 commit comments

Comments
 (0)