Skip to content

Commit d0ff34f

Browse files
committed
[css-ruby] Define proper box model for merged annotations
1 parent fe4d842 commit d0ff34f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-ruby-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,8 +1193,9 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
11931193

11941194
<dt><dfn>merge</dfn>
11951195
<dd>
1196-
All [=ruby annotation boxes=] within the same [=ruby segment=] on the same line are concatenated,
1197-
and laid out as if their contents belonged to a single [=ruby annotation box=]
1196+
All [=ruby annotation boxes=] within the same [=ruby segment=] on the same line are concatenated
1197+
as [=inline boxes=] within their [=annotation container=],
1198+
and laid out in a single anonymous [=ruby annotation box=]
11981199
spanning all their associated [=ruby base boxes=].
11991200
This style renders similar to “group ruby” in [[JLREQ]],
12001201
except that [=ruby annotations=] are kept together with their respective [=ruby bases=] when breaking lines.

0 commit comments

Comments
 (0)