Bug 17382

Summary: getComputedStyle of fontFamily should *not* wrap in single quotes
Product: WebKit Reporter: Ojan Vafai <ovafai>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, webkit
Priority: P3 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
gets the fontFamily of the body none

Description Ojan Vafai 2008-02-15 16:48:00 PST
Opera always encloses in double quotes, Firefox sometimes encloses in double quotes, and IE never encloses. 

Webkit shouldn't add to the madness by adding single quotes into the mix. double quotes or no quotes both seem reasonable.
Comment 1 Ojan Vafai 2008-02-15 16:48:36 PST
Created attachment 19148 [details]
gets the fontFamily of the body
Comment 2 Brent Fulgham 2022-07-11 16:15:18 PDT
WebKit now uses double quotes.