Bug 24809 - background-clip/origin values are wrong
Summary: background-clip/origin values are wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 12:12 PDT by Dave Hyatt
Modified: 2009-03-25 15:38 PDT (History)
0 users

See Also:


Attachments
Patch (7.29 KB, patch)
2009-03-25 12:18 PDT, Dave Hyatt
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 Dave Hyatt 2009-03-25 12:12:54 PDT
Instead of border, content, padding the values now specified in the draft are border-box, content-box and padding-box.  We need to just support both types of values on our -webkit- version of the properties.  If/when we drop the -webkit-, then we can drop the old values from the final version.
Comment 1 Dave Hyatt 2009-03-25 12:18:48 PDT
Created attachment 28938 [details]
Patch
Comment 2 Simon Fraser (smfr) 2009-03-25 12:21:18 PDT
Comment on attachment 28938 [details]
Patch

r=me
Comment 3 Dave Hyatt 2009-03-25 12:23:20 PDT
Fixed in r41979.
Comment 4 Simon Fraser (smfr) 2009-03-25 15:38:39 PDT
Some layout tests fixed in r41993.