Skip to content

Commit f5602a8

Browse files
committed
[css-ruby] Recurse properly when laying out nested ruby
1 parent 8d08cb2 commit f5602a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-ruby-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ Ruby Layout</h2>
686686
Each [=base container=] is then sized and positioned
687687
to contain exactly all of its [=ruby bases=]’ margin boxes--
688688
and all their associated [=inter-character=] [=ruby annotation=] margin boxes, if any--
689-
as well as the margin boxes of [=ruby bases=] and [=ruby annotations=]
689+
as well as the [=base containers|base=] and [=annotations containers=]
690690
of any descendant [=ruby containers=]
691691
also participating in this [=inline formatting context=].
692692
(If a [=base container=] has no [=in-flow=] content,
@@ -705,7 +705,7 @@ Ruby Layout</h2>
705705

706706
Each [=interlinear=] [=annotation container=] is then sized and positioned
707707
to contain exactly all of its [=ruby annotations=]’ margin boxes
708-
as well as the margin boxes of [=ruby bases=] and [=ruby annotations=]
708+
as well as the [=base containers|base=] and [=annotations containers=]
709709
of any descendant [=ruby containers=]
710710
also participating in this [=annotation level=]’s [=inline formatting context=].
711711
(If an [=annotation container=] has no [=in-flow=] content,

0 commit comments

Comments
 (0)