We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f116a commit f7f84e7Copy full SHA for f7f84e7
1 file changed
css3-text/Overview.src.html
@@ -3546,7 +3546,9 @@ <h3 id="text-transform"><span class="secno">10.1</span><a name="caps-prop"></a>
3546
If the character does not have corresponding fullwidth form,
3547
it is left as is.
3548
This value is typically used to typeset Latin characters and digits
3549
- like ideographic characters.</dd>
+ like ideographic characters.
3550
+ <p class="issue">should try fallback if the glyph is missing.
3551
+ should it also check fullwidth variants before falling back to next font?</p></dd>
3552
<dt><dfn title="text-transform:large-kana"><code>large-kana</code></dfn></dt>
3553
<dd>Converts all small Kana characters to normal Kana.
3554
This value is typically used for ruby annotation text,
0 commit comments