193
edits
Ayoshihara (talk | contribs) |
Ayoshihara (talk | contribs) |
||
Line 40: | Line 40: | ||
* Embedded OpenType fonts are not displayed (at least on Mac) | * Embedded OpenType fonts are not displayed (at least on Mac) | ||
* The layout after the new fonts load seems to be based on the old layout, as is mentioned in | * The layout after the new fonts load seems to be based on the old layout, as is mentioned in [https://bugzilla.mozilla.org/show_bug.cgi?id=441473#c33 bug 441473 #33] | ||
* Firefox crashes when you leave the page before the font download finishes. | * Firefox crashes when you leave the page before the font download finishes. | ||
** For example, | ** For example, the following test page should crash your firefox (only if have applied the patch for bug 441473). | ||
** [http://people.mozilla.org/~ctalbert/fontface/downloadable-font-crashtest.html http://people.mozilla.org/~ctalbert/fontface/downloadable-font-crashtest.html] | |||
* Unknown gryph change happens to some Japanese characters when font (which does not contain Japanese characters) is downloaded and rendered. | * Unknown gryph change happens to some Japanese characters when font (which does not contain Japanese characters) is downloaded and rendered. | ||
** I think it shouldn't change. | ** I think it shouldn't change. | ||
** Now filed as [https://bugzilla.mozilla.org/show_bug.cgi?id=451426 bug 451426] | |||
** It only happens when the file is encoded in Japanese encoding (Shift_JIS, EUC-jp). It doesn't happen if the file is encoded in UTF-8. | ** It only happens when the file is encoded in Japanese encoding (Shift_JIS, EUC-jp). It doesn't happen if the file is encoded in UTF-8. | ||
* When it fails to download the font from every URI written in src, it just doesn't display anything ... shouldn't it display in default font? | * When it fails to download the font from every URI written in src, it just doesn't display anything ... shouldn't it display in default font? |
edits