You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ruby-1/Overview.bs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1092,42 +1092,42 @@ Ruby Positioning: the 'ruby-position' property</h3>
1092
1092
Animation type: discrete
1093
1093
</pre>
1094
1094
1095
-
This property controls position of the ruby text with respect to its base.
1095
+
This property controls position of the [=ruby annotation=] with respect to its base.
1096
1096
Values have the following meanings:
1097
1097
1098
1098
Issue: <span class="issuehead">Issue-107: </span> Roland Steiner has requested the addition of an auto value as default. See <a href="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=&hdr-1-name=subject&hdr-1-query=ruby-position%3A+undesirable+default+value+%27before%27+for+complex+ruby&hdr-2-name=from&hdr-2-query=&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=&index-grp=Public__FULL&index-type=t&type-index=www-style&resultsperpage=20&sortby=date">this thread</a> and <a href="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=&hdr-1-name=subject&hdr-1-query=Styling+of+complex+Ruby&hdr-2-name=from&hdr-2-query=&hdr-3-name=message-id&hdr-3-query=&period_month=&period_year=&index-grp=Public__FULL&index-type=t&type-index=public-i18n-core&resultsperpage=20&sortby=date">this one</a>. Current proposal is to add an optional ''alternate?'' keyword.
1099
1099
1100
1100
<dl dfn-for=ruby-position dfn-type=value>
1101
1101
<dt><dfn>over</dfn>
1102
1102
<dd>
1103
-
The ruby text appears [=line-over=] the base.
1103
+
The ruby annotation appears [=line-over=] the base.
1104
1104
1105
1105
<div class="figure">
1106
1106
<img src="images/shinkansen-top.gif"
1107
-
alt="Diagram of ruby glyph layout in horizontal mode with ruby text appearing above the base">
1107
+
alt="Diagram of ruby glyph layout in horizontal mode with ruby annotation appearing above the base">
1108
1108
<p class="caption">Ruby over Japanese base text in horizontal layout
1109
1109
</div>
1110
1110
<div class="figure">
1111
1111
<img src="images/shinkansen-right.gif" width="33"
1112
-
alt="Diagram of ruby glyph layout in vertical mode with ruby text appearing vertically on the right of the base">
1112
+
alt="Diagram of ruby glyph layout in vertical mode with ruby annotation appearing vertically on the right of the base">
1113
1113
<p class="caption">Ruby to the right of Japanese base text in vertical layout
1114
1114
</div>
1115
1115
</dd>
1116
1116
1117
1117
<dt><dfn>under</dfn>
1118
1118
<dd>
1119
-
The ruby text appears [=line-under=] the base.
1119
+
The ruby annotation appears [=line-under=] the base.
1120
1120
This is a relatively rare setting used in ideographic East Asian writing systems,
1121
1121
most easily found in educational text.
1122
1122
1123
1123
<div class="figure">
1124
1124
<img src="images/shinkansen-bottom.gif"
1125
-
alt="Diagram of ruby glyph layout in horizontal mode with ruby text appearing below the base">
1125
+
alt="Diagram of ruby glyph layout in horizontal mode with ruby annotation appearing below the base">
1126
1126
<p class="caption">Ruby under Japanese base text in horizontal layout
1127
1127
</div>
1128
1128
<div class="figure">
1129
1129
<img src="images/shinkansen-left.gif"
1130
-
alt="Diagram of ruby glyph layout in vertical mode with ruby text appearing vertically on the left of the base">
1130
+
alt="Diagram of ruby glyph layout in vertical mode with ruby annotation appearing vertically on the left of the base">
1131
1131
<p class="caption">Ruby to the left of Japanese base text in vertical layout
1132
1132
</div>
1133
1133
</dd>
@@ -1137,8 +1137,8 @@ Ruby Positioning: the 'ruby-position' property</h3>
1137
1137
If the [=writing mode=] of the enclosing [=ruby container=] is [=vertical writing mode|vertical=],
1138
1138
this value has the same effect as ''over''.
1139
1139
1140
-
Otherwise, the ruby text becomes an <dfn dfn local-lt=inter-character>inter-character annotation</dfn>.
1141
-
The ruby text appears on the right of the base in horizontal text.
1140
+
Otherwise, the ruby annotation becomes an <dfn dfn local-lt=inter-character>inter-character annotation</dfn>.
1141
+
The annotation appears on the right of the base in horizontal text.
1142
1142
This forces the computed value of 'writing-mode' of the [=ruby annotation container=] to be ''vertical-rl''.
1143
1143
1144
1144
This value is provided for the special case of traditional Chinese
@@ -1151,7 +1151,7 @@ Ruby Positioning: the 'ruby-position' property</h3>
1151
1151
<img src="images/bopomofo.gif"
1152
1152
alt="Example of Taiwanese-style ruby">
1153
1153
<p class="caption">“Bopomofo” ruby in traditional Chinese
1154
-
(ruby text shown in blue for clarity) in horizontal layout
1154
+
(ruby annotation shown in blue for clarity) in horizontal layout
1155
1155
</div>
1156
1156
</dd>
1157
1157
</dl>
@@ -1466,7 +1466,7 @@ Overhanging Ruby: the 'ruby-overhang' property</h3>
1466
1466
Note: Whether [=ruby annotations=] related to a [=ruby base=]
1467
1467
can overhang another [=ruby base=] is controlled by 'ruby-merge'.
1468
1468
1469
-
The alignment of the contents of the base or the ruby text
1469
+
The alignment of the contents of the base or the annotation
1470
1470
is not affected by overhanging behavior.
1471
1471
Alignment is achieved the same way regardless of the overhang behavior setting
1472
1472
and it is computed before the space available for overlap is determined.
0 commit comments