193
edits
Ayoshihara (talk | contribs) No edit summary |
Ayoshihara (talk | contribs) |
||
Line 275: | Line 275: | ||
== Bugs found after applying patch v.0.9f == | == Bugs found after applying patch v.0.9f == | ||
* Graphic bug when using the same downloadable font previously used in a different page | * <strike>Graphic bug when using the same downloadable font previously used in a different page</strike> | ||
** For details, see [https://bugzilla.mozilla.org/show_bug.cgi?id=441473#c66 bug441473 #66] | ** <strike>For details, see [https://bugzilla.mozilla.org/show_bug.cgi?id=441473#c66 bug441473 #66]</strike> | ||
* Firefox will crash when different types of src:url()s are used in more than two @font-face rules in a single page | * <strike>Firefox will crash when different types of src:url()s are used in more than two @font-face rules in a single page</strike> | ||
** When you use more than two @font-face rule with the following url()s, it will crash firefox | ** <strike>When you use more than two @font-face rule with the following url()s, it will crash firefox</strike> | ||
*** @font-face RULE1 with src:url(A) /// A: absolute URL, violates same-origin restriction | *** <strike>@font-face RULE1 with src:url(A) /// A: absolute URL, violates same-origin restriction</strike> | ||
*** @font-face RULE2 with src:url(B) /// B: relative URL, does not violate same-origin restriction | *** @<strike>font-face RULE2 with src:url(B) /// B: relative URL, does not violate same-origin restriction</strike> | ||
* It takes much more time to load a font than it used to | * <strike>It takes much more time to load a font than it used to</strike> | ||
** As a consequence, the possibility of download failure increased | ** <strike>As a consequence, the possibility of download failure increased</strike> | ||
** Unfortunately, I didn't take any statistics, so I can't compare them by exact numbers | ** <strike>Unfortunately, I didn't take any statistics, so I can't compare them by exact numbers</strike> | ||
== Suspected Features == | == Suspected Features == |
edits