Skip to content

Commit 52f193c

Browse files
committed
[css-align-3] Clarify that boxes participating in baseline content-alignment and baseline self-alignment align together. #3200
1 parent 9fac83c commit 52f193c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-align-3/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,14 @@ Baseline Alignment Grouping</h3>
21762176
(i.e., the baselines that want to align are on the same side of the alignment context).
21772177
</ul>
21782178

2179+
Note: Boxes participating in <a>baseline content-alignment</a> and
2180+
boxes participating in <a>baseline self-alignment</a>
2181+
can be part of the same <a>baseline-sharing group</a>,
2182+
and can thus align to each other.
2183+
The difference between the two methods
2184+
is in where extra space is inserted to perform the alignment
2185+
(inside or outside the box’s own border).
2186+
21792187
Boxes share an <dfn lt="shared alignment context|alignment context" export>alignment context</dfn>,
21802188
along a particular axis,
21812189
and established by a particular box,

0 commit comments

Comments
 (0)