File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ Grid Items</h2>
10341034 Its contents will however inherit styles (such as font settings) from the grid container.
10351035
10361036<h3 id="grid-item-display">
1037- Grid item display </h3>
1037+ Grid Item Display </h3>
10381038 A <a>grid item</a> establishes a new formatting context for its contents.
10391039 The type of this formatting context is determined by its 'display' value, as usual.
10401040 However, grid items are <dfn>grid-level</dfn> boxes, not block-level boxes:
@@ -1057,7 +1057,7 @@ Grid Items</h2>
10571057 instead of being wrapped into a single anonymous table.
10581058
10591059<h3 id="grid-item-sizing">
1060- Grid item sizing </h3>
1060+ Grid Item Sizing </h3>
10611061
10621062 A <a>grid item</a> is sized within the containing block defined by its <a>grid area</a>
10631063 similarly to an equivalent block-level box in an equivalently-sized containing block,
@@ -1069,9 +1069,6 @@ Grid Items</h2>
10691069 similar to the flexbox behavior on <a>flex items</a> in the <a>main axis</a> .
10701070 See [[#min-size-auto]] .
10711071
1072- ISSUE: Review implications of intrinsic ratio and Grid's 2D nature.
1073-
1074-
10751072<!--
10761073<h3 id="position-grid">
10771074Non-children Grid Items</h3>
@@ -1231,8 +1228,6 @@ Implied Minimum Size of Grid Items</h3>
12311228 this traversal is trivial and therefore not a performance concern.)
12321229 </div>
12331230
1234- Issue: Review sanity of <a href="https://github.com/w3c/csswg-drafts/issues/283">2D minimum sizing</a> .
1235-
12361231<h2 id='grid-definition'>
12371232Defining the Grid</h2>
12381233
You can’t perform that action at this time.
0 commit comments