Skip to content

Commit

Permalink
[css-align-3] Clarify that spanning cells only participate in the fir…
Browse files Browse the repository at this point in the history
…st/last row for first/last baseline alignment #7655
  • Loading branch information
fantasai committed Mar 10, 2025
1 parent 8ee3781 commit 0f509ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css-align-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,9 @@ Determining the Baselines of a Box</h3>
is <a>synthesized</a> from the lowest and highest content edges of the cells in the row.
[[!CSS2]]

Spanning cells participate only in the first/last row that they span
for the purpose of ''first baseline''/''last baseline''.

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

0 comments on commit 0f509ac

Please sign in to comment.