@@ -1078,6 +1078,9 @@ Implied Minimum Size of Grid Items</h3>
10781078 this traversal is trivial and therefore not a performance concern.)
10791079 </div>
10801080
1081+ <h2 id='grid-definition'>
1082+ Defining the Grid</h2>
1083+
10811084<!--
10821085████████ ██ ██ ████████ ██ ████ ██████ ████ ████████
10831086██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -1088,8 +1091,8 @@ Implied Minimum Size of Grid Items</h3>
10881091████████ ██ ██ ██ ████████ ████ ██████ ████ ██
10891092-->
10901093
1091- <h2 id='grid-definition '>
1092- The Explicit Grid</h2 >
1094+ <h3 id='explicit-grids '>
1095+ The Explicit Grid</h3 >
10931096
10941097 The three properties 'grid-template-rows' , 'grid-template-columns' , and 'grid-template-areas'
10951098 together define the <dfn export local-lt="explicit">explicit grid</dfn> of a <a>grid container</a> .
@@ -1113,7 +1116,7 @@ The Explicit Grid</h2>
11131116 (starting from -1 for the <a>end</a> -most <a>explicit</a> line).
11141117
11151118<h3 id='track-sizing'>
1116- Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h3>
1119+ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h3>
11171120
11181121 <pre class='propdef'>
11191122 Name : grid-template-columns, grid-template-rows
@@ -1983,8 +1986,8 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
19831986████ ██ ██ ██ ████████ ████ ██████ ████ ██
19841987-->
19851988
1986- <h2 id='implicit-grids'>
1987- The Implicit Grid</h2 >
1989+ <h3 id='implicit-grids'>
1990+ The Implicit Grid</h3 >
19881991
19891992 The 'grid-template-rows' , 'grid-template-columns' , and 'grid-template-areas' properties define a fixed number
19901993 of tracks that form the <a>explicit grid</a> .
@@ -2062,7 +2065,7 @@ The Implicit Grid</h2>
20622065-->
20632066
20642067<h3 id='auto-tracks'>
2065- Sizing Auto-generated Rows and Columns : the 'grid-auto-rows' and 'grid-auto-columns' properties</h3>
2068+ Implicit Track Sizing : the 'grid-auto-rows' and 'grid-auto-columns' properties</h3>
20662069
20672070 <pre class='propdef'>
20682071 Name : grid-auto-columns, grid-auto-rows
@@ -2281,8 +2284,8 @@ Sizing Auto-generated Rows and Columns: the 'grid-auto-rows' and 'grid-auto-colu
22812284 ██████ ██ ██ ████ ████████
22822285-->
22832286
2284- <h2 id='grid-shorthand'>
2285- Grid Definition Shorthand: the 'grid' property</h2 >
2287+ <h3 id='grid-shorthand'>
2288+ Grid Definition Shorthand: the 'grid' property</h3 >
22862289
22872290 <pre class='propdef'>
22882291 Name : grid
0 commit comments