Skip to content

Commit 0ba16ae

Browse files
committed
[css-ruby] Add note on bidi isolation
1 parent 04a3314 commit 0ba16ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css-ruby-1/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,15 @@ Bidi Reordering</h3>
922922
the bidi reordering of [=internal ruby boxes=] happens after line-breaking
923923
so that content is divided across lines according to its logical order.
924924

925+
Note: It could be useful to adjust these rules slightly
926+
so that when 'ruby-merge' is ''merge'' on a particular [=annotation container=],
927+
bidi isolation is not forced onto the individual annotations,
928+
enabling them to be processed together.
929+
However, this would add complexity to implementations,
930+
which does not seem justified in the absence of demand to handle this situation.
931+
Anyone with a need for this to be handled
932+
is encouraged to contact the CSS Working Group.
933+
925934
See [[CSS3-WRITING-MODES]] for a more in-depth discussion of bidirectional text in CSS.
926935

927936
<!-- Some alternate proposals exist in the 2013 draft's comments section. -->

0 commit comments

Comments
 (0)