@@ -1384,21 +1384,18 @@ <h4 id=named-lines><span class=secno>5.1.1. </span> Named Grid Lines: the
13841384 ‘< code class =css > (< var > <ident> </ var > *)</ code > ’ syntax</ h4 >
13851385
13861386 < p > While < a href ="#grid-line "> < i > grid lines</ i > </ a > can always be referred
1387- to by their numerical index, they can also be explicitly named in the
1387+ to by their numerical index, < dfn id =named-lines0 title ="named line "> named
1388+ lines</ dfn > can make the < a
1389+ href ="#grid-placement-properties "> < i > grid-placement properties</ i > </ a >
1390+ easier to understand and maintain. Lines can be explicitly named in the
13881391 ‘< a href ="#grid-template-rows "> < code
13891392 class =property > grid-template-rows</ code > </ a > ’ and ‘< a
13901393 href ="#grid-template-columns "> < code
13911394 class =property > grid-template-columns</ code > </ a > ’ properties, or < a
13921395 href ="#implicit-named-lines "> implicitly named</ a > by creating < a
13931396 href ="#named-grid-areas "> < i > named grid areas</ i > </ a > with the ‘< a
13941397 href ="#grid-template-areas "> < code
1395- class =property > grid-template-areas</ code > </ a > ’ property. Such < dfn
1396- id =named-lines0 title ="named line "> named lines</ dfn > can make the < a
1397- href ="#grid-placement-properties "> < i > grid-placement properties</ i > </ a >
1398- easier to understand by allowing meaningful names in their values, and
1399- easier to maintain if the grid definition changes in the future by tying a
1400- grid item’s position to a stable name rather than a shifting numerical
1401- index.
1398+ class =property > grid-template-areas</ code > </ a > ’ property.
14021399
14031400 < div class =example >
14041401 < p > For example, the following code gives meaningful names to all of the
0 commit comments