Skip to content

Commit 0f509ac

Browse files
committed
[css-align-3] Clarify that spanning cells only participate in the first/last row for first/last baseline alignment #7655
1 parent 8ee3781 commit 0f509ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-align-3/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -2300,6 +2300,9 @@ Determining the Baselines of a Box</h3>
23002300
is <a>synthesized</a> from the lowest and highest content edges of the cells in the row.
23012301
[[!CSS2]]
23022302

2303+
Spanning cells participate only in the first/last row that they span
2304+
for the purpose of ''first baseline''/''last baseline''.
2305+
23032306
<dt>flex containers
23042307
<dd>
23052308
See <a href="https://www.w3.org/TR/css3-flexbox/#flex-baselines">Flex Baselines</a> in [[!CSS-FLEXBOX-1]].
@@ -2546,6 +2549,9 @@ Changes</h2>
25462549
</ul>
25472550
</ins>
25482551
</blockquote>
2552+
<li>Clarify that spanning cells only participate in the first/last row they span
2553+
when participating in first/last baseline alignment.
2554+
(<a href="https://github.com/w3c/csswg-drafts/issues/7655">Issue 7655</a>)
25492555
<li>Define the 'grid-gap' properties as [=legacy name aliases=] of the 'gap' properties.
25502556
(<a href="https://github.com/w3c/csswg-drafts/issues/8014">Issue 8014</a>)
25512557
<li>Defer definition of ''align-self/normal'' alignment for [=absolutely positioned boxes=] to [[css-position-3]].

0 commit comments

Comments
 (0)