Skip to content

Commit 4938a12

Browse files
committed
[css-ruby] Use consistent terminology
1 parent 4090f87 commit 4938a12

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css-ruby-1/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,42 +1092,42 @@ Ruby Positioning: the 'ruby-position' property</h3>
10921092
Animation type: discrete
10931093
</pre>
10941094

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.
10961096
Values have the following meanings:
10971097

10981098
Issue: <span class="issuehead">Issue-107:&nbsp;</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=&amp;hdr-1-name=subject&amp;hdr-1-query=ruby-position%3A+undesirable+default+value+%27before%27+for+complex+ruby&amp;hdr-2-name=from&amp;hdr-2-query=&amp;hdr-3-name=message-id&amp;hdr-3-query=&amp;period_month=&amp;period_year=&amp;index-grp=Public__FULL&amp;index-type=t&amp;type-index=www-style&amp;resultsperpage=20&amp;sortby=date">this thread</a> and <a href="http://www.w3.org/Search/Mail/Public/advanced_search?keywords=&amp;hdr-1-name=subject&amp;hdr-1-query=Styling+of+complex+Ruby&amp;hdr-2-name=from&amp;hdr-2-query=&amp;hdr-3-name=message-id&amp;hdr-3-query=&amp;period_month=&amp;period_year=&amp;index-grp=Public__FULL&amp;index-type=t&amp;type-index=public-i18n-core&amp;resultsperpage=20&amp;sortby=date">this one</a>. Current proposal is to add an optional ''alternate?'' keyword.
10991099

11001100
<dl dfn-for=ruby-position dfn-type=value>
11011101
<dt><dfn>over</dfn>
11021102
<dd>
1103-
The ruby text appears [=line-over=] the base.
1103+
The ruby annotation appears [=line-over=] the base.
11041104

11051105
<div class="figure">
11061106
<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">
11081108
<p class="caption">Ruby over Japanese base text in horizontal layout
11091109
</div>
11101110
<div class="figure">
11111111
<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">
11131113
<p class="caption">Ruby to the right of Japanese base text in vertical layout
11141114
</div>
11151115
</dd>
11161116

11171117
<dt><dfn>under</dfn>
11181118
<dd>
1119-
The ruby text appears [=line-under=] the base.
1119+
The ruby annotation appears [=line-under=] the base.
11201120
This is a relatively rare setting used in ideographic East Asian writing systems,
11211121
most easily found in educational text.
11221122

11231123
<div class="figure">
11241124
<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">
11261126
<p class="caption">Ruby under Japanese base text in horizontal layout
11271127
</div>
11281128
<div class="figure">
11291129
<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">
11311131
<p class="caption">Ruby to the left of Japanese base text in vertical layout
11321132
</div>
11331133
</dd>
@@ -1137,8 +1137,8 @@ Ruby Positioning: the 'ruby-position' property</h3>
11371137
If the [=writing mode=] of the enclosing [=ruby container=] is [=vertical writing mode|vertical=],
11381138
this value has the same effect as ''over''.
11391139

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.
11421142
This forces the computed value of 'writing-mode' of the [=ruby annotation container=] to be ''vertical-rl''.
11431143

11441144
This value is provided for the special case of traditional Chinese
@@ -1151,7 +1151,7 @@ Ruby Positioning: the 'ruby-position' property</h3>
11511151
<img src="images/bopomofo.gif"
11521152
alt="Example of Taiwanese-style ruby">
11531153
<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
11551155
</div>
11561156
</dd>
11571157
</dl>
@@ -1466,7 +1466,7 @@ Overhanging Ruby: the 'ruby-overhang' property</h3>
14661466
Note: Whether [=ruby annotations=] related to a [=ruby base=]
14671467
can overhang another [=ruby base=] is controlled by 'ruby-merge'.
14681468

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
14701470
is not affected by overhanging behavior.
14711471
Alignment is achieved the same way regardless of the overhang behavior setting
14721472
and it is computed before the space available for overlap is determined.

0 commit comments

Comments
 (0)