Bug 16784 - In-document fonts work only as the first child to font-face-src
Summary: In-document fonts work only as the first child to font-face-src
Status: RESOLVED DUPLICATE of bug 16880
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 00:13 PST by mitz
Modified: 2008-01-20 16:57 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-01-08 00:13:14 PST
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.
Comment 1 Nikolas Zimmermann 2008-01-20 16:57:55 PST

*** This bug has been marked as a duplicate of 16880 ***