Bug 24768
Summary: | Font Family computed value only includes the font that was used | ||
---|---|---|---|
Product: | WebKit | Reporter: | Faruk Ates <farukates> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bfulgham, dino, emacemac7 |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://farukat.es/bugs/misc-font-family.html |
Faruk Ates
Webkit only returns the first specified font in a font-family declaration as Computed Value, regardless of what font is actually used / what fonts are available. See URL for test case with a custom font that you probably won't have on your system.
The W3C Fonts spec says that the Computed Value should be "as specified":
http://www.w3.org/TR/CSS21/fonts.html#font-family-prop
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
The relevant test case doesn't seem available anymore.