Skip to content

Commit b4d1799

Browse files
committed
[css-align] Remove unnecessary/confusing 'aligned subtree' term. Fixes #1414.
1 parent 50be223 commit b4d1799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-align/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Baseline Alignment: the ''baseline'' keyword and ''first''/''last'' modifiers</h
423423
then the <a>fallback alignment</a> is used.
424424
For example, ''align-content: baseline'' on a block box
425425
falls back to ''align-content/start'' alignment.
426-
The [=fallback alignment=] is also used to align the [=aligned subtree=]
426+
The [=fallback alignment=] is also used to align the [=baseline-sharing group=]
427427
within its [=alignment container=].
428428

429429
Note: Because they are equivalent, and ''baseline'' is shorter,
@@ -1734,7 +1734,7 @@ Aligning Boxes by Baseline</h3>
17341734
Unless otherwise specified (e.g. via the 'alignment-baseline' property),
17351735
the <a>alignment baseline</a> is the <a>dominant baseline</a> of the [=alignment context=].
17361736

1737-
Position this <dfn export>aligned subtree</dfn> within the [=alignment container=]
1737+
Position the aligned <a>baseline-sharing group</a> within the [=alignment container=]
17381738
according to the <a>fallback alignment</a> associated with the
17391739
specified <a>baseline alignment preference</a>.
17401740
For first (last) <a>baseline content-alignment</a>,
@@ -1743,7 +1743,7 @@ Aligning Boxes by Baseline</h3>
17431743
and the [=alignment subject’s=] edge
17441744
to align the start (end) margin edges of all the [=alignment containers=]
17451745
in the [=alignment context=]
1746-
while maintaining baseline alignment within the [=aligned subtree=].
1746+
while maintaining baseline alignment within the [=baseline-sharing group=].
17471747

17481748

17491749

0 commit comments

Comments
 (0)