Skip to content

Commit fa12528

Browse files
committed
[css-grid] Dfn the phrase 'infinitely growable'.
1 parent aaa597b commit fa12528

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,7 @@ Resolve Content-Based Track Sizing Functions</h3>
27352735
to account for these items' <i>min-content contributions</i>.
27362736
Mark any tracks whose <i>growth limit</i> changed
27372737
from infinite to finite in this step
2738-
as infinitely growable for the next step.
2738+
as <dfn>infinitely growable</dfn> for the next step.
27392739
<!-- http://lists.w3.org/Archives/Public/www-style/2014Mar/0500.html -->
27402740
<li>
27412741
<strong>For max-content maximums:</strong>
@@ -2776,7 +2776,7 @@ Resolve Content-Based Track Sizing Functions</h3>
27762776
freezing tracks as their planned size reaches their <i>growth limits</i>
27772777
(and continuing to grow the unfrozen tracks as needed).
27782778

2779-
If a track was marked as infinitely growable for this phase,
2779+
If a track was marked as <a>infinitely growable</a> for this phase,
27802780
treat its <i>growth limit</i> as infinite for this calculation
27812781
(and then unmark it).
27822782

css-grid/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,7 +2787,7 @@ <h3 class="heading settled heading" data-level=10.4 id=algo-content><span class=
27872787
to account for these items' <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#min-content-contribution title="min-content contributions">min-content contributions</a>.
27882788
Mark any tracks whose <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> changed
27892789
from infinite to finite in this step
2790-
as infinitely growable for the next step.
2790+
as <dfn data-dfn-type=dfn data-noexport="" id=infinitely-growable>infinitely growable<a class=self-link href=#infinitely-growable></a></dfn> for the next step.
27912791

27922792
<li>
27932793
<strong>For max-content maximums:</strong>
@@ -2828,7 +2828,7 @@ <h3 class="heading settled heading" data-level=10.4 id=algo-content><span class=
28282828
freezing tracks as their planned size reaches their <a data-link-type=dfn href=#growth-limit title="growth limits">growth limits</a>
28292829
(and continuing to grow the unfrozen tracks as needed).
28302830

2831-
<p>If a track was marked as infinitely growable for this phase,
2831+
<p>If a track was marked as <a data-link-type=dfn href=#infinitely-growable title="infinitely growable">infinitely growable</a> for this phase,
28322832
treat its <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> as infinite for this calculation
28332833
(and then unmark it).</p>
28342834

@@ -3390,6 +3390,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
33903390
<li>implicit grid track, <a href=#implicit-grid-track title="section 6.1">6.1</a>
33913391
<li>implicit named area, <a href=#implicit-named-area title="section 5.2.2">5.2.2</a>
33923392
<li>implicit named line, <a href=#implicit-named-line title="section 5.2.1">5.2.1</a>
3393+
<li>infinitely growable, <a href=#infinitely-growable title="section 10.4">10.4</a>
33933394
<li>inline-grid, <a href=#valuedef-inline-grid title="section 3.1">3.1</a>
33943395
<li>&lt;integer&gt; &amp;&amp; &lt;custom-ident&gt;?, <a href=#grid-placement-int title="section 8.2">8.2</a>
33953396
<li>intrinsic sizing function, <a href=#intrinsic-sizing-function title="section 10.2">10.2</a>

0 commit comments

Comments
 (0)