@@ -1000,9 +1000,9 @@ Limiting Large Grids</h3>
10001000Grid Items</h2>
10011001
10021002 Loosely speaking, the <dfn export id="grid-item" lt="grid item">grid items</dfn> of a <a>grid container</a>
1003- are boxes representing its in-flow contents.
1003+ are boxes representing its <a> in-flow</a> contents.
10041004
1005- Each in-flow child of a <a>grid container</a>
1005+ Each <a> in-flow</a> child of a <a>grid container</a>
10061006 becomes a <a>grid item</a> ,
10071007 and each child <a>text sequence</a>
10081008 is wrapped in an <a>anonymous</a> <a>block container</a> <a>grid item</a> .
@@ -1807,7 +1807,7 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
18071807 The <dfn value for="repeat()">auto-fit</dfn> keyword behaves the same as ''auto-fill'' ,
18081808 except that after [[#auto-placement-algo|grid item placement]]
18091809 any empty repeated tracks are <a>collapsed</a> .
1810- An empty track is one with no in-flow grid items placed into or spanning across it.
1810+ An empty track is one with no <a> in-flow</a> grid items placed into or spanning across it.
18111811 (This can result in <em> all</em> tracks being <a>collapsed</a> ,
18121812 if they're all empty.)
18131813
@@ -3444,7 +3444,7 @@ With a Grid Container as Containing Block</h3>
34443444 Note: Thus, by default, the absolutely-positioned box's <a>containing block</a> will correspond
34453445 to the padding edges of the <a>grid container</a> , as it does for <a>block containers</a> .
34463446
3447- Absolute positioning occurs after layout of the <a>grid</a> and its in-flow contents,
3447+ Absolute positioning occurs after layout of the <a>grid</a> and its <a> in-flow</a> contents,
34483448 and does not contribute to the sizing of any grid tracks
34493449 or affect the size/configuration of the grid in any way.
34503450 If a <a>grid-placement property</a> refers to a non-existent line
@@ -3465,7 +3465,7 @@ With a Grid Container as Containing Block</h3>
34653465With a Grid Container as Parent</h3>
34663466
34673467 An absolutely-positioned child of a <a>grid container</a>
3468- is out-of-flow and not a <a>grid item</a> ,
3468+ is <a> out-of-flow</a> and not a <a>grid item</a> ,
34693469 and so does not affect the placement of other items
34703470 or the sizing of the grid.
34713471
0 commit comments