@@ -130,7 +130,7 @@ What is ruby?</h3>
130
130
the spacing between these Kanji characters is adjusted.
131
131
(This happens around the fourth Kanji character in the figure above.)
132
132
To avoid variable spacing between the Kanji characters in the example above
133
- the hiragana annotations can be styled as a [=collapsed annotation=] ,
133
+ the hiragana annotations can be styled as a [=merged annotation=] ,
134
134
which will look more like the group-ruby example earlier.
135
135
However because the base-annotation [=pairings=] are recorded in the ruby structure,
136
136
if the text breaks across lines, the annotation characters will stay
@@ -561,7 +561,7 @@ Autohiding Base-identical Annotations</h3>
561
561
</div>
562
562
</div>
563
563
564
- When the computed value of 'ruby-merge' is ''collapse '' ,
564
+ When the computed value of 'ruby-merge' is ''merge '' ,
565
565
the autohiding is disabled.
566
566
When the computed value of 'ruby-merge' is ''ruby-merge/auto'' ,
567
567
the user agent may decide whether to autohide or not,
@@ -1011,7 +1011,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1011
1011
1012
1012
<pre class="propdef">
1013
1013
Name : ruby-merge
1014
- Value : separate | collapse | auto
1014
+ Value : separate | merge | auto
1015
1015
Initial : separate
1016
1016
Applies to : ruby annotation containers
1017
1017
Inherited : yes
@@ -1022,7 +1022,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1022
1022
This property controls how ruby annotation boxes should be rendered
1023
1023
when there are more than one in a ruby container box:
1024
1024
whether each pair should be kept separate,
1025
- the annotations should be <dfn lt="collapsed annotation">collapsed </dfn> and rendered as a group,
1025
+ the annotations should be <dfn lt="merged annotation">merged </dfn> and rendered as a group,
1026
1026
or the separation should be determined based on the space available.
1027
1027
1028
1028
Possible values:
@@ -1040,7 +1040,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1040
1040
</div>
1041
1041
</dd>
1042
1042
1043
- <dt> <dfn>collapse </dfn>
1043
+ <dt> <dfn>merge </dfn>
1044
1044
<dd>
1045
1045
All [=ruby annotation boxes=] within the same [=ruby segment=] on the same line are concatenated,
1046
1046
and laid out as if their contents belonged to a single [=ruby annotation box=]
@@ -1052,7 +1052,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1052
1052
The following two markups render the same both characters fit on one line:
1053
1053
<pre highlight=html> <ruby>無常<rt>むじょう</ruby></pre>
1054
1054
and:
1055
- <pre highlight=html> <ruby style="ruby-merge:collapse "><rb>無<rb>常<rt>む<rt>じょう</ruby></pre>
1055
+ <pre highlight=html> <ruby style="ruby-merge:merge "><rb>無<rb>常<rt>む<rt>じょう</ruby></pre>
1056
1056
However, the second one renders the same as ''ruby-position: separate''
1057
1057
when the two bases are split across lines.
1058
1058
</div>
@@ -1074,7 +1074,7 @@ Sharing Annotation Space: the 'ruby-merge' property</h3>
1074
1074
Another, more simplified algorithm of “jukugo ruby” is
1075
1075
to render as ''separate'' if all ruby annotation boxes fit
1076
1076
within the advances of their corresponding base boxes,
1077
- and render as ''collapse '' otherwise.
1077
+ and render as ''merge '' otherwise.
1078
1078
</div>
1079
1079
</dd>
1080
1080
</dl>
@@ -1671,7 +1671,7 @@ Changes since the 5 August 2014 WD</h3>
1671
1671
<li> Add back ''ruby-overhang: auto | none'' for basic control over ruby overhang behavior.
1672
1672
<li> Harmonize inlinification with the <a href="https://www.w3.org/TR/css-display-3/">CSS Display Module</a> .
1673
1673
<li> Allow UA to shift ruby/emphasis marks if they conflict with underlines/overlines.
1674
- <li> Disable auto-hiding when the computed value of 'ruby-merge' is '' collapse'' .
1674
+ <li> Disable auto-hiding when the computed value of 'ruby-merge' is <code> collapse</code> .
1675
1675
<li> Tweak the <a href="#default-stylesheet">default style sheet</a> .
1676
1676
<li> Add section defining interaction with <a href="#ruby-text-decoration">text decoration</a> .
1677
1677
<li> Defer the <css> right</css> and <css> left</css> values of 'ruby-position' to the next level.
0 commit comments