Skip to content

Commit 5c1ff88

Browse files
committed
[css-grid] Fix capitalization and remove some issues.
1 parent 4b857b8 commit 5c1ff88

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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">
10771074
Non-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'>
12371232
Defining the Grid</h2>
12381233

0 commit comments

Comments
 (0)