Skip to content

Commit f7f84e7

Browse files
committed
Added an issue for text-transform:fullwidth for when the glyph is missing
1 parent 12f116a commit f7f84e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css3-text/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3546,7 +3546,9 @@ <h3 id="text-transform"><span class="secno">10.1</span><a name="caps-prop"></a>
35463546
If the character does not have corresponding fullwidth form,
35473547
it is left as is.
35483548
This value is typically used to typeset Latin characters and digits
3549-
like ideographic characters.</dd>
3549+
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>
35503552
<dt><dfn title="text-transform:large-kana"><code>large-kana</code></dfn></dt>
35513553
<dd>Converts all small Kana characters to normal Kana.
35523554
This value is typically used for ruby annotation text,

0 commit comments

Comments
 (0)