193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
Line 201: | Line 201: | ||
(Tests Not Executed Yet) | (Tests Not Executed Yet) | ||
== Unicode-Range Tests == | |||
* Basic Tests | |||
** single code point | |||
*** ex. U+A5, U+301C | |||
** interval value | |||
*** ex. U+3040-30FF | |||
* What happens if I put many 0s before the number? | |||
** ex. U+F, U+0F, U+00F, U+000F, U+00000000F, ... do they mean the same thing? | |||
* What happens if I use ? in the front/middle? | |||
** ex. U+?4, U+3?5, ... | |||
* What happens if I use multiple unicode-range rules to consist a single font-family? | |||
** ex. @font-face{ font-family:testA; src:url(fontA.ttf); unicode-range:U+0-U+2FF; } @font-face{ font-family:testA; src:url(fontB.otf); unicode-range:U+300-U+FFF } | |||
* What happens if I specified only a single character in @font-face { font-family:smallA; src:url(smallA.ttf); unicode-range:U+1; } and tried to display a letter like this? <span class="font-family:smallA">ABC</span>? | |||
= Possible Risks = | = Possible Risks = |
edits