Bug 16784

Summary: In-document fonts work only as the first child to font-face-src
Product: WebKit Reporter: mitz
Component: SVGAssignee: 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
Reported 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.
Attachments
Nikolas Zimmermann
Comment 1 2008-01-20 16:57:55 PST
*** This bug has been marked as a duplicate of 16880 ***
Note You need to log in before you can comment on or make changes to this bug.