[Webkit-unassigned] [Bug 15598] New: font property does not show up as "shorthand" in inspector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 21 12:48:06 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15598
Summary: font property does not show up as "shorthand" in
inspector
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
font property does not show up as "shorthand" in inspector
This is due to the fact that parseFont does it's own custom parsing which
creates a FontValue instead of calling the CSSParser for each sub-value of the
font. It probably does this for speed, but it makes for "incorrect" shorthand
information on the CSSComputedStyle element.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list