Skip to content

Commit 5c65ace

Browse files
authored
[css-ruby] size and position empty rbc/rtc (#4941)
Closes #4631
1 parent f01e4d3 commit 5c65ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-ruby-1/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,9 @@ Ruby Layout</h2>
649649
exactly as if its [=ruby bases=] were a regular sequence of inline boxes.
650650
Each [=ruby base container=] is sized and positioned
651651
to contain exactly all of its [=ruby bases=]’ margin boxes.
652+
If a [=ruby base container=] has no [=in-flow=] content,
653+
it is sized and positioned
654+
as if it contained a single empty [=ruby base=].
652655

653656
[=Ruby annotations=] associated with the [=base level=]
654657
are then positioned with respect to their [=ruby base boxes=]
@@ -658,6 +661,9 @@ Ruby Layout</h2>
658661
participating in the same inline formatting context.
659662
Each [=ruby annotation container=] is sized and positioned
660663
to contain exactly all of its [=ruby annotations=]’ margin boxes.
664+
If a [=ruby annotation container=] has no [=in-flow=] content,
665+
it is sized and positioned
666+
as if it contained a single empty [=ruby annotation=].
661667

662668
[=Ruby annotation containers=] are stacked outward
663669
over or under their corresponding [=ruby base container=],

0 commit comments

Comments
 (0)