Bug 17382 - getComputedStyle of fontFamily should *not* wrap in single quotes
Summary: getComputedStyle of fontFamily should *not* wrap in single quotes
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-02-15 16:48 PST by Ojan Vafai
Modified: 2022-07-11 16:15 PDT (History)
2 users (show)

See Also:


Attachments
gets the fontFamily of the body (162 bytes, text/html)
2008-02-15 16:48 PST, Ojan Vafai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.