Bug 27572

Summary: [CSS3 Backgrounds and Borders] Add support for the "local" value for background-attachment
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 27569    
Attachments:
Description Flags
Patch mitz: review+

Dave Hyatt
Reported 2009-07-22 15:42:07 PDT
background-attachment has a new "local" value that when used with overflow hidden/scroll/auto blocks indicates that the background should scroll with the contents. Clip of padding-box is implied (instead of border-box).
Attachments
Patch (118.19 KB, patch)
2009-07-23 11:53 PDT, Dave Hyatt
mitz: review+
Simon Fraser (smfr)
Comment 1 2009-07-22 16:15:04 PDT
*** Bug 26363 has been marked as a duplicate of this bug. ***
Dave Hyatt
Comment 2 2009-07-23 11:53:42 PDT
mitz
Comment 3 2009-07-23 11:59:06 PDT
Comment on attachment 33348 [details] Patch > +</html> > \ No newline at end of file Please add a newline.
Dave Hyatt
Comment 4 2009-07-23 12:06:51 PDT
Fixed in r46281.
Note You need to log in before you can comment on or make changes to this bug.