Skip to content

Commit cac043c

Browse files
committed
[css-inline-3] Fix definition of aligned subtree to use the layout bounds.
1 parent d6c6085 commit cac043c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-inline-3/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ Layout Within Line Boxes</h3>
250250
and boxes with line-box&ndash;relative 'vertical-align' values
251251
are aligned with respect to the [=line box=].
252252

253-
Issue: Define interaction of line-relative alignment with 'leading-trim'.
254-
255253
Issue: Define what to do for top/bottom/center aligned boxes that are taller than the rest of the content.
256254

257255
Note: Empty [=inline boxes=] still have
@@ -856,12 +854,13 @@ Post-Alignment Shift: the 'baseline-shift' longhand</h4>
856854
with the [=line-under=] edge of the [=line box=].
857855
</dl>
858856

859-
The <dfn>aligned subtree</dfn> of an [=inline box=] contains that box
860-
and the [=aligned subtrees=] of all children [=inline boxes=]
857+
The <dfn>aligned subtree</dfn> of an [=inline box=] contains
858+
the [=layout bounds=] of that box
859+
and the [=aligned subtrees=] of all child [=inline boxes=]
861860
whose computed 'alignment-baseline' value
862861
is not itself a [=line-relative value=].
863862
The [=line-over=] edge of the [=aligned subtree=]
864-
is the highest [=over=] edge of the boxes in the subtree,
863+
is the highest [=over=] edge of the [=layout bounds=] in the subtree,
865864
and the [=line-under=] edge is analogously the lowest.
866865

867866
<h5 class="no-toc" id="baseline-shift-svg-legacy">

0 commit comments

Comments
 (0)