RESOLVED FIXED 27572
[CSS3 Backgrounds and Borders] Add support for the "local" value for background-attachment
https://bugs.webkit.org/show_bug.cgi?id=27572
Summary [CSS3 Backgrounds and Borders] Add support for the "local" value for backgrou...
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.