Bug 49570 - Put italics specialization check back in CSSFontSelector
Summary: Put italics specialization check back in CSSFontSelector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 16:22 PST by Dave Hyatt
Modified: 2010-11-15 20:45 PST (History)
0 users

See Also:


Attachments
Patch (5.09 KB, patch)
2010-11-15 17:03 PST, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-11-15 16:22:06 PST
Put italics specialization check back in CSSFontSelector.  I had to back it out, since it broke a layout test, and the issue was that local font fallback fonts should not be considered by the specialization check (since you never want to pick a fallback over an actual @font-face rule if the @font-face rule can handle it).
Comment 1 Dave Hyatt 2010-11-15 17:03:09 PST
Created attachment 73946 [details]
Patch
Comment 2 Dave Hyatt 2010-11-15 20:45:17 PST
Fixed in r72056.