Skip to content

Commit ddd5e28

Browse files
committed
Changed informative preferred value of 'text-emphasis-position' for Chinese (Traditional) <http://lists.w3.org/Archives/Public/www-style/2011Jan/0481.html>
1 parent 075d49e commit ddd5e28

2 files changed

Lines changed: 24 additions & 30 deletions

File tree

css3-text/Overview.html

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/02/09 06:01:22 $ (CVS $Revision$)</a> <!--<dd><a
93+
2011/02/09 09:07:55 $ (CVS $Revision$)</a> <!--<dd><a
9494
href="http://www.w3.org/TR/2010/WD-css3-text-20101005/">http://www.w3.org/TR/2010/WD-css3-text-20101005/</a></dd> -->
9595

9696

@@ -5090,11 +5090,11 @@ <h4 id=text-emphasis-position><span class=secno>11.2.4. </span> Emphasis
50905090

50915091
<div class=note>
50925092
<p>Note, the preferred position of emphasis marks depends on the language.
5093-
In Japanese for example, the preferred position in horizontal text is
5094-
&lsquo;<code class=css>above</code>&rsquo;. In Chinese as used in the
5095-
PRC, on the other hand, the preferred position is &lsquo;<code
5096-
class=css>below</code>&rsquo;. The informative table below summarizes the
5097-
preferred emphasis mark positions for Chinese and Japanese:</p>
5093+
In Japanese for example, the preferred position is &lsquo;<code
5094+
class=css>above right</code>&rsquo;. In Chinese, on the other hand, the
5095+
preferred position is &lsquo;<code class=css>below right</code>&rsquo;.
5096+
The informative table below summarizes the preferred emphasis mark
5097+
positions for Chinese and Japanese:</p>
50985098

50995099
<table class=data>
51005100
<caption>Preferred emphasis mark and ruby position</caption>
@@ -5120,12 +5120,12 @@ <h4 id=text-emphasis-position><span class=secno>11.2.4. </span> Emphasis
51205120

51215121
<td>right
51225122

5123-
<td rowspan=2> <img alt="Emphasis marks appear above each emphasized
5124-
character in horizontal Japanese text." height=28
5125-
src=text-emphasis-ja.gif title="Emphasis (shown in blue for clarity)
5126-
applied above a fragment of Japanese text" width=225>
5123+
<td> <img alt="Emphasis marks appear above each emphasized character in
5124+
horizontal Japanese text." height=28 src=text-emphasis-ja.gif
5125+
title="Emphasis (shown in blue for clarity) applied above a fragment
5126+
of Japanese text" width=225>
51275127

5128-
<td rowspan=3> <img alt="Emphasis marks appear on the right of each
5128+
<td rowspan=2> <img alt="Emphasis marks appear on the right of each
51295129
emphasized character in vertical Japanese text." height=89
51305130
src=text-emphasis-v.gif title="Emphasis applied on the right of a
51315131
fragment of Japanese text" width=34>
@@ -5139,14 +5139,7 @@ <h4 id=text-emphasis-position><span class=secno>11.2.4. </span> Emphasis
51395139
-->
51405140

51415141
<tr>
5142-
<td scope=row>Chinese (Traditional)
5143-
5144-
<td>above
5145-
5146-
<td>right
5147-
5148-
<tr>
5149-
<td scope=row>Chinese (Simplified)
5142+
<td scope=row>Chinese
51505143

51515144
<td>below
51525145

@@ -5409,6 +5402,11 @@ <h3 class=no-num id=recent-changes> Changes from the <a
54095402
class=property>text-underline-position</code></a>&rsquo; to allow
54105403
specifying common combinations of horizontal and vertical positions.
54115404

5405+
<li>Changed preferred value of &lsquo;<a
5406+
href="#text-emphasis-position0"><code
5407+
class=property>text-emphasis-position</code></a>&rsquo; for Chinese
5408+
(Traditional).
5409+
54125410
<li id=text-overflow>Removed definition of the &lsquo;<code
54135411
class=property>text-overflow</code>&rsquo; property, which has been moved
54145412
to <a href="#CSS3UI" rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a>.

css3-text/Overview.src.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3864,9 +3864,9 @@ <h4 id="text-emphasis-position">
38643864

38653865
<div class="note">
38663866
<p>Note, the preferred position of emphasis marks depends on the
3867-
language. In Japanese for example, the preferred position in
3868-
horizontal text is ''above''. In Chinese as used in the PRC,
3869-
on the other hand, the preferred position is ''below''.
3867+
language. In Japanese for example, the preferred position is
3868+
''above right''. In Chinese, on the other hand, the preferred
3869+
position is ''below right''.
38703870
The informative table below summarizes the preferred
38713871
emphasis mark positions for Chinese and Japanese:</p>
38723872

@@ -3887,12 +3887,12 @@ <h4 id="text-emphasis-position">
38873887
<td scope="row">Japanese</td>
38883888
<td>above</td>
38893889
<td>right</td>
3890-
<td rowspan="2">
3890+
<td>
38913891
<img alt="Emphasis marks appear above each emphasized character in horizontal Japanese text."
38923892
title="Emphasis (shown in blue for clarity) applied above a fragment of Japanese text"
38933893
src="text-emphasis-ja.gif" height="28" width="225">
38943894
</td>
3895-
<td rowspan="3">
3895+
<td rowspan="2">
38963896
<img alt="Emphasis marks appear on the right of each emphasized character in vertical Japanese text."
38973897
title="Emphasis applied on the right of a fragment of Japanese text"
38983898
src="text-emphasis-v.gif" height="89" width="34">
@@ -3906,12 +3906,7 @@ <h4 id="text-emphasis-position">
39063906
</tr>
39073907
-->
39083908
<tr>
3909-
<td scope="row">Chinese (Traditional)</td>
3910-
<td>above</td>
3911-
<td>right</td>
3912-
</tr>
3913-
<tr>
3914-
<td scope="row">Chinese (Simplified)</td>
3909+
<td scope="row">Chinese</td>
39153910
<td>below</td>
39163911
<td>right</td>
39173912
<td>
@@ -4104,6 +4099,7 @@ <h3 class="no-num" id="recent-changes">
41044099
for 'text-autospace'.</li>
41054100
<li>Changed values of 'text-emphasis-position' and 'text-underline-position'
41064101
to allow specifying common combinations of horizontal and vertical positions.
4102+
<li>Changed preferred value of 'text-emphasis-position' for Chinese (Traditional).</li>
41074103
<li id="text-overflow">Removed definition of the 'text-overflow' property,
41084104
which has been moved to [[CSS3UI]].
41094105
</ul>

0 commit comments

Comments
 (0)