Skip to content

Commit fe4d842

Browse files
committed
[css-ruby] Use direction on annotation containers for merged annotations
1 parent f5602a8 commit fe4d842

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-ruby-1/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -978,11 +978,15 @@ Bidi Reordering</h3>
978978
by the 'direction' property of their [=ruby container=].
979979
<li>
980980
Within a segment, [=ruby bases=] and [=ruby annotations=]
981+
that are not [=merged=]
981982
are ordered within their respective containers
982983
by the 'direction' property of the segment’s [=ruby base container=].
984+
[=Merged annotations=] are ordered
985+
by the 'direction' property of their [=annotation container=],
986+
exactly as if they were a sequence of inline boxes within their [=annotation container=].
983987

984988
Note: This means the 'direction' property on [=ruby annotation containers=]
985-
is ignored for the purpose of layout.
989+
is ignored for the purpose of layout of non-[=merged=] annotations.
986990
However, it can still inherit into the container's children
987991
and thereby affect the [=inline base direction=]
988992
of any [=ruby annotations=] it contains.

0 commit comments

Comments
 (0)