@@ -1424,7 +1424,10 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1424
1424
<dfn><line-names></dfn> = '[' <<custom-ident>> * ']'
1425
1425
</pre>
1426
1426
1427
- Where:
1427
+ Where the component values are defined as follows…
1428
+
1429
+ <h4 id="track-sizes">
1430
+ Track Sizes</h4>
1428
1431
1429
1432
<dl dfn-for="grid-template-columns, grid-template-rows" dfn-type=value>
1430
1433
<dt> <dfn><<length-percentage>></dfn>
@@ -1580,7 +1583,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1580
1583
-->
1581
1584
1582
1585
<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>
1584
1587
1585
1588
While <a>grid lines</a> can always be referred to by their numerical index,
1586
1589
<dfn export lt="named line">named lines</dfn>
@@ -1835,7 +1838,7 @@ Flexible Lengths: the ''fr'' unit</h4>
1835
1838
-->
1836
1839
1837
1840
<h4 id='computed-tracks'>
1838
- Computed Values </h4>
1841
+ Computed Value of a Track Listing </h4>
1839
1842
1840
1843
A <dfn>computed track list</dfn> is a <a spec=infra>list</a>
1841
1844
alternating between [=line name sets=] and [=track sections=] ,
@@ -1863,7 +1866,7 @@ Computed Values</h4>
1863
1866
-->
1864
1867
1865
1868
<h4 id='resolved-track-list'>
1866
- Resolved Values </h4>
1869
+ Resolved Value of a Track Listing </h4>
1867
1870
1868
1871
The 'grid-template-rows' and 'grid-template-columns' properties are
1869
1872
<a>resolved value special case properties</a> . [[!CSSOM]]
0 commit comments