Skip to content

Commit 779ce0c

Browse files
committed
[css-ruby] ruby-merge does not apply to inter-character annotations
1 parent a75152e commit 779ce0c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css-ruby-1/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ Ruby Positioning: the 'ruby-position' property</h3>
10611061
</dl>
10621062

10631063
[=Annotation containers=] that are not [=inter-character annotations=]
1064-
are called <dfn>interlinear annotations</dfn>.
1064+
are called <dfn local-lt="interlinear">interlinear annotations</dfn>.
10651065

10661066
If multiple [=ruby annotation containers=] have the same 'ruby-position',
10671067
they stack along the block axis for [=interlinear annotations=],
@@ -1075,7 +1075,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
10751075
Name: ruby-merge
10761076
Value: separate | merge | auto
10771077
Initial: separate
1078-
Applies to: ruby annotation containers
1078+
Applies to: [=interlinear=] ruby annotation containers
10791079
Inherited: yes
10801080
Computed value: specified keyword
10811081
Animation type: by computed value type
@@ -1087,6 +1087,8 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
10871087
the annotations should be <dfn lt="merged annotation">merged</dfn> and rendered as a group,
10881088
or the separation should be determined based on the space available.
10891089

1090+
Note: [=Inter-character annotations=] are always separate, and this property does not apply.
1091+
10901092
Possible values:
10911093
<dl dfn-for=ruby-merge dfn-type=value>
10921094
<dt><dfn>separate</dfn>

0 commit comments

Comments
 (0)