Skip to content

Commit 49f12b6

Browse files
committed
[css-text] Expand on full-size-kana example
1 parent 2d70050 commit 49f12b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-text-3/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,14 @@ Text Processing</h3>
694694
in the appropriate places--
695695
not unlike reading a text in English
696696
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>
697705
</div>
698706

699707
<h4 id="text-transform-mapping">

0 commit comments

Comments
 (0)