Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions css-ruby-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,9 @@ Ruby Layout</h2>
exactly as if its [=ruby bases=] were a regular sequence of inline boxes.
Each [=ruby base container=] is sized and positioned
to contain exactly all of its [=ruby bases=]’ margin boxes.
If a [=ruby base container=] has no [=in-flow=] content,
it is sized and positioned
as if it contained a single empty [=ruby base=].

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

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