Bug 24809

Summary: background-clip/origin values are wrong
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch simon.fraser: review+

Dave Hyatt
Reported 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.
Attachments
Patch (7.29 KB, patch)
2009-03-25 12:18 PDT, Dave Hyatt
simon.fraser: review+
Dave Hyatt
Comment 1 2009-03-25 12:18:48 PDT
Simon Fraser (smfr)
Comment 2 2009-03-25 12:21:18 PDT
Comment on attachment 28938 [details] Patch r=me
Dave Hyatt
Comment 3 2009-03-25 12:23:20 PDT
Fixed in r41979.
Simon Fraser (smfr)
Comment 4 2009-03-25 15:38:39 PDT
Some layout tests fixed in r41993.
Note You need to log in before you can comment on or make changes to this bug.