Bug 16784
Summary: | In-document fonts work only as the first child to font-face-src | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | oliver, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitz
CSSFontSelector::addFontFaceRule decides whether to create a SVGCSSFontFace or CSSFontFace based on the first item in the source list. If that item is not an in-document font-face element, then a CSSFontFace is created, which does not support font-face elements at all. See //FIXME in that function.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
*** This bug has been marked as a duplicate of 16880 ***