@@ -353,7 +353,7 @@ Characters and Letters</h3>
353
353
This value is typically used to typeset Latin letters and digits
354
354
as if they were ideographic characters.
355
355
<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.
357
357
This value is typically used for ruby annotation text,
358
358
where authors may want all small Kana to be drawn as large Kana
359
359
to compensate for legibility issues at the small font sizes typically used in ruby.
@@ -2652,18 +2652,22 @@ Tagging Content by Writing System</h2>
2652
2652
2653
2653
<h2 id="small-kana" class=no-num>Appendix G.
2654
2654
Small Kana Mappings</h2>
2655
+ <style>
2656
+ .pairs-table th {
2657
+ text-align: center;
2658
+ }
2659
+ </style>
2655
2660
2661
+ <div class="pairs-table">
2656
2662
<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>
2660
2664
2661
2665
<thead>
2662
2666
<tr>
2663
- <th scope=col> small
2664
- <th scope=col> normal
2667
+ <th scope=col> Small
2668
+ <th scope=col> Full-size
2665
2669
2666
- <tbody>
2670
+ <tbody title="Hiragana" >
2667
2671
<!-- Vowels (Hiragana) -->
2668
2672
<tr>
2669
2673
<td> ぁ U+3041
@@ -2763,7 +2767,7 @@ Small Kana Mappings</h2>
2763
2767
<td>
2764
2768
-->
2765
2769
2766
- <tbody>
2770
+ <tbody title="Katakana" >
2767
2771
<!-- Vowels (Katakana) -->
2768
2772
<tr>
2769
2773
<td> ァ U+30A1
@@ -2960,7 +2964,7 @@ Small Kana Mappings</h2>
2960
2964
<td>
2961
2965
-->
2962
2966
2963
- <tbody>
2967
+ <tbody title="Half-width Katakana" >
2964
2968
<!-- Vowels (hwid) -->
2965
2969
<tr>
2966
2970
<td> ァ U+FF67
@@ -3020,7 +3024,7 @@ Small Kana Mappings</h2>
3020
3024
<td> ョ U+FF6E
3021
3025
<td> ヨ U+FF96
3022
3026
</table>
3023
-
3027
+ </div>
3024
3028
3025
3029
<h2 id="priv-sec" class="no-num">
3026
3030
Privacy and Security Considerations</h2>
0 commit comments