@@ -1059,9 +1059,9 @@ Limiting Large Grids</h3>
10591059Grid Items</h2>
10601060
10611061 Loosely speaking, the <dfn export id="grid-item" lt="grid item">grid items</dfn> of a <a>grid container</a>
1062- are boxes representing its in-flow contents.
1062+ are boxes representing its <a> in-flow</a> contents.
10631063
1064- Each in-flow child of a <a>grid container</a>
1064+ Each <a> in-flow</a> child of a <a>grid container</a>
10651065 becomes a <a>grid item</a> ,
10661066 and each child <a>text sequence</a>
10671067 is wrapped in an <a>anonymous</a> <a>block container</a> <a>grid item</a> .
@@ -1908,7 +1908,7 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
19081908 The <dfn value for="repeat()">auto-fit</dfn> keyword behaves the same as ''auto-fill'' ,
19091909 except that after [[#auto-placement-algo|grid item placement]]
19101910 any empty repeated tracks are <a>collapsed</a> .
1911- An empty track is one with no in-flow grid items placed into or spanning across it.
1911+ An empty track is one with no <a> in-flow</a> grid items placed into or spanning across it.
19121912 (This can result in <em> all</em> tracks being <a>collapsed</a> ,
19131913 if they're all empty.)
19141914
@@ -3991,7 +3991,7 @@ With a Grid Container as Containing Block</h3>
39913991 Note: Thus, by default, the absolutely-positioned box's <a>containing block</a> will correspond
39923992 to the padding edges of the <a>grid container</a> , as it does for <a>block containers</a> .
39933993
3994- Absolute positioning occurs after layout of the <a>grid</a> and its in-flow contents,
3994+ Absolute positioning occurs after layout of the <a>grid</a> and its <a> in-flow</a> contents,
39953995 and does not contribute to the sizing of any grid tracks
39963996 or affect the size/configuration of the grid in any way.
39973997 If a <a>grid-placement property</a> refers to a non-existent line
@@ -4012,7 +4012,7 @@ With a Grid Container as Containing Block</h3>
40124012With a Grid Container as Parent</h3>
40134013
40144014 An absolutely-positioned child of a <a>grid container</a>
4015- is out-of-flow and not a <a>grid item</a> ,
4015+ is <a> out-of-flow</a> and not a <a>grid item</a> ,
40164016 and so does not affect the placement of other items
40174017 or the sizing of the grid.
40184018
0 commit comments