Skip to content

Commit d896c01

Browse files
committed
[css-align-3] Clarify how baseline-sharing groups determine their fallback alignment. w3c#7645
1 parent 479faae commit d896c01

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

css-align-3/Overview.bs

+8-3
Original file line numberDiff line numberDiff line change
@@ -2351,9 +2351,12 @@ Aligning Boxes by Baseline</h3>
23512351
the <a>alignment baseline</a> is the <a>dominant baseline</a> of the [=alignment context=].
23522352

23532353
Position the aligned <a>baseline-sharing group</a> within the [=alignment container=]
2354-
according to the <a>fallback alignment</a> associated with the
2355-
specified <a>baseline alignment preference</a>.
2356-
For first/last <a>baseline content-alignment</a>,
2354+
according to its <a>fallback alignment</a>.
2355+
The [=fallback alignment=] of a [=baseline-sharing group=]
2356+
is the [=fallback alignment=] of its items
2357+
as resolved to [=physical directions=].
2358+
2359+
For first/last <a>baseline <em>content</em>-alignment</a>,
23572360
then add the minimum necessary extra space
23582361
between the [=alignment container’s=] start/end content edge
23592362
and the [=alignment subject’s=] edge
@@ -2450,6 +2453,8 @@ Changes</h2>
24502453
(<a href="https://github.com/w3c/csswg-drafts/issues/5923">Issue 5923</a>)
24512454
<li>Better define how baseline self-alignment and content-alignment interact.
24522455
(<a href="https://github.com/w3c/csswg-drafts/issues/6389">Issue 6389</a>)
2456+
<li>Clarify how baseline-sharing groups determine their fallback alignment.
2457+
(<a href="https://github.com/w3c/csswg-drafts/issues/7645">Issue 7645</a>)
24532458
</ul>
24542459

24552460
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20181206/">6 December 2018 Working Draft</a> include:

0 commit comments

Comments
 (0)