Bug 28674 - background-size fails to parse if a single length/percentage/auto is followed by a comma
Summary: background-size fails to parse if a single length/percentage/auto is followed...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-23 22:33 PDT by mitz
Modified: 2009-08-24 09:27 PDT (History)
0 users

See Also:


Attachments
Patch (6.47 KB, patch)
2009-08-23 22:40 PDT, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-08-23 22:33:35 PDT
WebKit successfully parses “background-size: 100px;", but fails to parse “background-size: 100px, 200px 300px;”. The comma confuses parseFillSize(). Patch forthcoming.
Comment 1 mitz 2009-08-23 22:40:07 PDT
Created attachment 38466 [details]
Patch
Comment 2 mitz 2009-08-24 09:27:31 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/47716>.