Skip to content

Commit 9dfb0ff

Browse files
committed
[css-text-3] Restore markup improvements in kana mapping table
I had reverted more than necessary, so we should keep the good/safe parts. Follow up to #3209
1 parent 31b58c0 commit 9dfb0ff

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

css-text-3/Overview.bs

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Characters and Letters</h3>
353353
This value is typically used to typeset Latin letters and digits
354354
as if they were ideographic characters.
355355
<dt><dfn>full-size-kana</dfn></dt>
356-
<dd>Converts all small Kana characters to normal Kana.
356+
<dd>Converts all small Kana characters to the equivalent full-size Kana.
357357
This value is typically used for ruby annotation text,
358358
where authors may want all small Kana to be drawn as large Kana
359359
to compensate for legibility issues at the small font sizes typically used in ruby.
@@ -2652,18 +2652,22 @@ Tagging Content by Writing System</h2>
26522652

26532653
<h2 id="small-kana" class=no-num>Appendix G.
26542654
Small Kana Mappings</h2>
2655+
<style>
2656+
.pairs-table th {
2657+
text-align: center;
2658+
}
2659+
</style>
26552660

2661+
<div class="pairs-table">
26562662
<table class=data>
2657-
<caption>Small Kana Map to Normal Kana</caption>
2658-
<colgroup span=1></colgroup>
2659-
<colgroup span=1></colgroup>
2663+
<caption>Small Kana Map to Full-size Kana</caption>
26602664

26612665
<thead>
26622666
<tr>
2663-
<th scope=col>small
2664-
<th scope=col>normal
2667+
<th scope=col>Small
2668+
<th scope=col>Full-size
26652669

2666-
<tbody>
2670+
<tbody title="Hiragana">
26672671
<!-- Vowels (Hiragana) -->
26682672
<tr>
26692673
<td>&#x3041; U+3041
@@ -2763,7 +2767,7 @@ Small Kana Mappings</h2>
27632767
<td>
27642768
-->
27652769

2766-
<tbody>
2770+
<tbody title="Katakana">
27672771
<!-- Vowels (Katakana) -->
27682772
<tr>
27692773
<td>&#x30A1; U+30A1
@@ -2960,7 +2964,7 @@ Small Kana Mappings</h2>
29602964
<td>
29612965
-->
29622966

2963-
<tbody>
2967+
<tbody title="Half-width Katakana">
29642968
<!-- Vowels (hwid) -->
29652969
<tr>
29662970
<td>&#xFF67; U+FF67
@@ -3020,7 +3024,7 @@ Small Kana Mappings</h2>
30203024
<td>&#xFF6E; U+FF6E
30213025
<td>&#xFF96; U+FF96
30223026
</table>
3023-
3027+
</div>
30243028

30253029
<h2 id="priv-sec" class="no-num">
30263030
Privacy and Security Considerations</h2>

0 commit comments

Comments
 (0)