Bug 15379

Summary: font: property serializes incorrectly in Web Inspector
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hyatt
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.alistapart.com/d/cssatten/nels.html
Bug Depends on: 190496    
Bug Blocks:    
Attachments:
Description Flags
screenshot none

Description Eric Seidel (no email) 2007-10-05 09:02:22 PDT
font: property serializes incorrectly in Web Inspector

Try inspecting the "CSS Zen Garden" text,  it says:  "font: normal normal normal 3..." which isn't very useful (especially since there seems to be no way to see what's past the ellipses).

See screen shot.
Comment 1 Eric Seidel (no email) 2007-10-05 09:02:46 PDT
Created attachment 16546 [details]
screenshot
Comment 2 Eric Seidel (no email) 2007-10-05 09:03:31 PDT
CC'd hyatt as I figured he might want to see this (he'd also probably know exactly how to fix it).  It's probably a mistake in a cssText implementation somewhere.