193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
| Line 54: | Line 54: | ||
* how it works on font with multiple names (ex. MS Mincho & MS 明朝) | * how it works on font with multiple names (ex. MS Mincho & MS 明朝) | ||
Font Source (src). We need to check: | Font Source(src). We need to check: | ||
* Fallback function when font is not available | * Fallback function when font is not available | ||
** when designated src was invalid | ** when designated src was invalid | ||
** when designated src was valid, but the font format was unacceptable | ** when designated src was valid, but the font format was unacceptable | ||
* when the string assigned to format descriptor does not correspond to the actual format | |||
Rules. We need to check the behavior: | Rules. We need to check the behavior: | ||
* when multiple @font-face rules was in a single file | * when multiple @font-face rules was in a single file | ||
* when multiple font face was assigned to a single font-family by @font-face | * when multiple font face was assigned to a single font-family by @font-face | ||
** font matching algorithm (weight, style) | ** font matching algorithm (font-weight, font-style, font-stretch) | ||
** how CSS marksups and HTML tags affect | ** how CSS marksups and HTML tags affect | ||
edits