Skip to content

Commit 12f116a

Browse files
committed
Chinese uses 'over' in vertical text.
1 parent f027273 commit 12f116a

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

css3-text/Overview.src.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,15 +3241,19 @@ <h4 id="text-emphasis-position"><span class="secno">8.2.4</span>
32413241
<caption>Preferred emphasis mark and ruby position</caption>
32423242
<thead>
32433243
<tr>
3244-
<th scope="col">Language</th>
3245-
<th scope="col">Preferred mark position</th>
3246-
<th scope="col">Illustration</th>
3244+
<th scope="col" rowspan=2>Language</th>
3245+
<th scope="col" colspan=2>Preferred mark position</th>
3246+
<th scope="col" rowspan=2>Illustration</th>
32473247
</tr>
3248+
<tr>
3249+
<th>Horizontal</th>
3250+
<th>Vertical</th>
32483251
</thead>
32493252
<tbody>
32503253
<tr>
32513254
<td scope="row">Japanese</td>
32523255
<td>over</td>
3256+
<td>over</td>
32533257
<td rowspan="3">
32543258
<img alt="Emphasis marks appear above each emphasized character in horizontal Japanese text."
32553259
title="Emphasis (shown in blue for clarity) applied above a fragment of Japanese text"
@@ -3258,15 +3262,18 @@ <h4 id="text-emphasis-position"><span class="secno">8.2.4</span>
32583262
</tr>
32593263
<tr>
32603264
<td scope="row">Mongolian</td>
3265+
<td>over<span class="issue">?</span></td>
32613266
<td>over</td>
32623267
</tr>
32633268
<tr>
32643269
<td scope="row">Chinese (Traditional)</td>
32653270
<td>over</td>
3271+
<td>over</td>
32663272
</tr>
32673273
<tr>
32683274
<td scope="row">Chinese (Simplified)</td>
32693275
<td>under</td>
3276+
<td>over</td>
32703277
<td>
32713278
<img alt="Emphasis marks appear below each emphasized character in horizontal Simplified Chinese text."
32723279
title="Emphasis (shown in blue for clarity) applied below a fragment of Chinese text"

0 commit comments

Comments
 (0)