Bug 27572 - [CSS3 Backgrounds and Borders] Add support for the "local" value for background-attachment
Summary: [CSS3 Backgrounds and Borders] Add support for the "local" value for backgrou...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
: 26363 (view as bug list)
Depends on:
Blocks: 27569
  Show dependency treegraph
 
Reported: 2009-07-22 15:42 PDT by Dave Hyatt
Modified: 2009-07-23 12:07 PDT (History)
1 user (show)

See Also:


Attachments
Patch (118.19 KB, patch)
2009-07-23 11:53 PDT, Dave Hyatt
mitz: 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-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).
Comment 1 Simon Fraser (smfr) 2009-07-22 16:15:04 PDT
*** Bug 26363 has been marked as a duplicate of this bug. ***
Comment 2 Dave Hyatt 2009-07-23 11:53:42 PDT
Created attachment 33348 [details]
Patch
Comment 3 mitz 2009-07-23 11:59:06 PDT
Comment on attachment 33348 [details]
Patch

> +</html>
> \ No newline at end of file

Please add a newline.
Comment 4 Dave Hyatt 2009-07-23 12:06:51 PDT
Fixed in r46281.