Skip to content

Commit 3325874

Browse files
committed
[css-align-3] Use alignment, not dominant, baseline. #7856 #7639
1 parent 46df453 commit 3325874

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-align-3/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -2206,13 +2206,14 @@ Determining the Baselines of a Box</h2>
22062206
<dd>
22072207
The first [=baseline set=] of a <a>multi-column container</a>
22082208
is the first [=baseline set=] of the [=column=] or [=spanner=]
2209-
with the highest ([=block-start=]&ndash;most) [=dominant baseline=].
2209+
with the highest ([=block-start=]&ndash;most) baseline
2210+
corresponding to the [=multi-column container=]'s [=alignment baseline=].
22102211
If there is no such line box or child,
22112212
then the multi-column container has no first [=baseline set=].
22122213

22132214
The last [=baseline set=] is analogous,
22142215
but uses the last [=baseline set=] from the [=column=] or [=spanner=]
2215-
with the <em>lowest</em> ([=block-end=]&ndash;most) [=dominant baseline=].
2216+
with the <em>lowest</em> ([=block-end=]&ndash;most) baseline.
22162217

22172218
<dt>tables
22182219
<dd>

0 commit comments

Comments
 (0)