Skip to content

Commit 566e348

Browse files
committed
[css-align-3] Import the scrollable inline-block exception for determining baselines from 2.1. Fixes #2902.
1 parent 09f8119 commit 566e348

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-align-3/Overview.bs

+7
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,13 @@ Determining the Baselines of a Box</h2>
20262026
If there is no such line box or child,
20272027
then the block container has no [=baseline set=].
20282028

2029+
However, for legacy reasons,
2030+
if an ''inline-block''
2031+
is a [=scroll container=]
2032+
or contains no in-flow [=line boxes=],
2033+
its first and last [=baseline sets=]
2034+
are [=synthesized=] from its [=margin box=].
2035+
20292036
<dt>multi-column containers
20302037
<dd>
20312038
The first [=baseline set=] of a <a>multi-column container</a>

0 commit comments

Comments
 (0)