We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d70050 commit 49f12b6Copy full SHA for 49f12b6
css-text-3/Overview.bs
@@ -694,6 +694,14 @@ Text Processing</h3>
694
in the appropriate places--
695
not unlike reading a text in English
696
with all “s” characters substituted by “f”.
697
+
698
+ For example, if ''text-transform: full-size-kana'' were applied to the following source,
699
+ the annotation would read “じゆう” (jiyū), which means “liberty”,
700
+ instead of “じゅう” (jū), which means “ten”,
701
+ the correct reading and meaning for the annotated “十”.
702
+ <xmp highlight=html>
703
+ <ruby>十<rt>じゅう</ruby>
704
+ </xmp>
705
</div>
706
707
<h4 id="text-transform-mapping">
0 commit comments