Skip to content

Commit 9f430f9

Browse files
committed
[css-grid] Widen the headings to actually describe what's happening in the sections.
1 parent bd2e6cb commit 9f430f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@ Resolve Content-Based Track Sizing Functions</h3>
27162716
that do not span a track with a <i>flexible sizing function</i>:
27172717
<ol>
27182718
<li>
2719-
<strong>For min-content minimums:</strong>
2719+
<strong>For intrinsic minimums:</strong>
27202720
First increase the <i>base size</i> of tracks with
27212721
a <i>min track sizing function</i> of ''min-content'' or ''max-content''
27222722
by <a href="#extra-space">distributing extra space</a> as needed
@@ -2728,7 +2728,7 @@ Resolve Content-Based Track Sizing Functions</h3>
27282728
by <a href="#extra-space">distributing extra space</a> as needed
27292729
to account for these items' <i>max-content contributions</i>.
27302730
<li>
2731-
<strong>For min-content maximums:</strong>
2731+
<strong>For intrinsic maximums:</strong>
27322732
Third increase the <i>growth limit</i> of tracks with
27332733
a <i>max track sizing function</i> of ''min-content'' or ''max-content''
27342734
by <a href="#extra-space">distributing extra space</a> as needed

css-grid/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@ <h3 class="heading settled heading" data-level=10.4 id=algo-content><span class=
27682768
that do not span a track with a <a data-link-type=dfn href=#flexible-sizing-function title="flexible sizing function">flexible sizing function</a>:
27692769
<ol>
27702770
<li>
2771-
<strong>For min-content minimums:</strong>
2771+
<strong>For intrinsic minimums:</strong>
27722772
First increase the <a data-link-type=dfn href=#base-size title="base size">base size</a> of tracks with
27732773
a <a data-link-type=dfn href=#min-track-sizing-function title="min track sizing function">min track sizing function</a> of <a class=css data-link-type=maybe href=#valuedef-min-content title=min-content>min-content</a> or <a class=css data-link-type=maybe href=#valuedef-max-content title=max-content>max-content</a>
27742774
by <a href=#extra-space>distributing extra space</a> as needed
@@ -2780,7 +2780,7 @@ <h3 class="heading settled heading" data-level=10.4 id=algo-content><span class=
27802780
by <a href=#extra-space>distributing extra space</a> as needed
27812781
to account for these items' <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#max-content-contribution title="max-content contributions">max-content contributions</a>.
27822782
<li>
2783-
<strong>For min-content maximums:</strong>
2783+
<strong>For intrinsic maximums:</strong>
27842784
Third increase the <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a> of tracks with
27852785
a <a data-link-type=dfn href=#max-track-sizing-function title="max track sizing function">max track sizing function</a> of <a class=css data-link-type=maybe href=#valuedef-min-content title=min-content>min-content</a> or <a class=css data-link-type=maybe href=#valuedef-max-content title=max-content>max-content</a>
27862786
by <a href=#extra-space>distributing extra space</a> as needed

0 commit comments

Comments
 (0)