Skip to content

Commit 76714af

Browse files
committed
[css-grid-3] Clarify that baseline self-alignment in the stacking axis falls back to the fallback value. #10275
1 parent 22bd1bc commit 76714af

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css-grid-3/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,13 +1188,14 @@ Baseline Alignment</h3>
11881188
the same as for a regular [=grid container=] in that axis.
11891189

11901190
[=Baseline alignment=] is not supported in the [=stacking axis=].
1191+
The [=baseline alignment=] values of the [=self-alignment properties=]
1192+
on [=grid items=] are treated as their [=fallback alignment=] in this axis.
11911193
The first baseline set of the [=grid container=] in this axis
11921194
is generated from the highest [=alignment baseline=]
11931195
among the [=grid items=] placed first in each track,
11941196
and the last baseline set from the lowest [=alignment baseline=]
11951197
among the [=grid items=] placed last in each track.
11961198

1197-
ISSUE: We could support baseline alignment in the first row. Do we want to?
11981199

11991200
<h2 id="pagination">
12001201
Fragmentation</h2>
@@ -1345,6 +1346,10 @@ Recent Changes</h3>
13451346
(<a href="https://github.com/w3c/csswg-drafts/issues/11480">Issue 11480</a>)
13461347
* Simplified the sizing calcs for automatic-positioned [=subgrids=] in a [=grid lanes container=].
13471348
(<a href="https://github.com/w3c/csswg-drafts/issues/10926">Issue 10926</a>)
1349+
* Clarify that baseline values for [=self-alignment properties=] in the stacking axis
1350+
fall back to their fallback value.
1351+
(<a href="https://github.com/w3c/csswg-drafts/issues/10275">Issue 10275</a>)
1352+
13481353

13491354
The following changes have been made since the
13501355
<a href="https://www.w3.org/TR/2025/WD-css-grid-3-20251223/">23 December 2025 Working Draft</a>:

0 commit comments

Comments
 (0)