@@ -1059,9 +1059,9 @@ Limiting Large Grids</h3>
1059
1059
Grid Items</h2>
1060
1060
1061
1061
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.
1063
1063
1064
- Each in-flow child of a <a>grid container</a>
1064
+ Each <a> in-flow</a> child of a <a>grid container</a>
1065
1065
becomes a <a>grid item</a> ,
1066
1066
and each child <a>text sequence</a>
1067
1067
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>
1908
1908
The <dfn value for="repeat()">auto-fit</dfn> keyword behaves the same as ''auto-fill'' ,
1909
1909
except that after [[#auto-placement-algo|grid item placement]]
1910
1910
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.
1912
1912
(This can result in <em> all</em> tracks being <a>collapsed</a> ,
1913
1913
if they're all empty.)
1914
1914
@@ -3991,7 +3991,7 @@ With a Grid Container as Containing Block</h3>
3991
3991
Note: Thus, by default, the absolutely-positioned box's <a>containing block</a> will correspond
3992
3992
to the padding edges of the <a>grid container</a> , as it does for <a>block containers</a> .
3993
3993
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,
3995
3995
and does not contribute to the sizing of any grid tracks
3996
3996
or affect the size/configuration of the grid in any way.
3997
3997
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>
4012
4012
With a Grid Container as Parent</h3>
4013
4013
4014
4014
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> ,
4016
4016
and so does not affect the placement of other items
4017
4017
or the sizing of the grid.
4018
4018
0 commit comments