QA/Firefox3.1/FontFace TestStatus: Difference between revisions

Line 215: Line 215:
* What happens if I use multiple unicode-range rules to consist a single font-family?
* 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 }
** 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>?
* What happens if I specified only a single character in the rule and tried to display other character? Would there be a fallback function?
** ex. @font-face { font-family:smallA; src:url(smallA.ttf); unicode-range:U+1; }
** <span class="font-family:smallA">ABC</span>?


= Possible Risks =
= Possible Risks =
193

edits