Skip to content

Commit e093030

Browse files
committed
[css-grid-1] Better subheadings.
1 parent fe23bff commit e093030

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

css-grid-1/Overview.bs

+7-4
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,10 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
14241424
<dfn>&lt;line-names></dfn> = '[' <<custom-ident>>* ']'
14251425
</pre>
14261426

1427-
Where:
1427+
Where the component values are defined as follows&hellip;
1428+
1429+
<h4 id="track-sizes">
1430+
Track Sizes</h4>
14281431

14291432
<dl dfn-for="grid-template-columns, grid-template-rows" dfn-type=value>
14301433
<dt><dfn><<length-percentage>></dfn>
@@ -1580,7 +1583,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
15801583
-->
15811584

15821585
<h4 id='named-lines'>
1583-
Named Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
1586+
Naming Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
15841587

15851588
While <a>grid lines</a> can always be referred to by their numerical index,
15861589
<dfn export lt="named line">named lines</dfn>
@@ -1835,7 +1838,7 @@ Flexible Lengths: the ''fr'' unit</h4>
18351838
-->
18361839

18371840
<h4 id='computed-tracks'>
1838-
Computed Values</h4>
1841+
Computed Value of a Track Listing</h4>
18391842

18401843
A <dfn>computed track list</dfn> is a <a spec=infra>list</a>
18411844
alternating between [=line name sets=] and [=track sections=],
@@ -1863,7 +1866,7 @@ Computed Values</h4>
18631866
-->
18641867

18651868
<h4 id='resolved-track-list'>
1866-
Resolved Values</h4>
1869+
Resolved Value of a Track Listing</h4>
18671870

18681871
The 'grid-template-rows' and 'grid-template-columns' properties are
18691872
<a>resolved value special case properties</a>. [[!CSSOM]]

0 commit comments

Comments
 (0)