Skip to content

Commit c30a655

Browse files
committed
[css-grid] Drop block-axis baselines per <https://lists.w3.org/Archives/Public/www-style/2016Aug/0053.html> Issue #175
1 parent a9bc8dd commit c30a655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-grid/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3502,14 +3502,14 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
35023502
<h3 id='grid-baselines'>
35033503
Grid Container Baselines</h3>
35043504

3505-
The first (last) baselines for each axis of a <a>grid container</a>
3505+
The first (last) baselines of a <a>grid container</a>
35063506
are determined as follows:
35073507

35083508
<ol>
35093509
<li>
3510-
If any of the <a>grid items</a> whose areas intersect the <a>grid container</a>’s first (last) row/column
3511-
<a href="#baseline-participation">participate in baseline alignment</a>,
3512-
the grid container's <a>baseline set</a> in that axis
3510+
If any of the <a>grid items</a> whose areas intersect the <a>grid container</a>’s first (last) row
3511+
participate in <a>baseline alignment</a>,
3512+
the grid container's <a>baseline set</a>
35133513
is <a lt="generate baselines">generated</a> from
35143514
the shared <a>alignment baseline</a> of those <a>grid items</a>.
35153515

0 commit comments

Comments
 (0)