Bug 116212 - [CSS Blending] Background layers should not blend with the content behind the element
Summary: [CSS Blending] Background layers should not blend with the content behind the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108546
  Show dependency treegraph
 
Reported: 2013-05-16 01:23 PDT by Mihai Tica
Modified: 2013-05-21 23:26 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.46 MB, patch)
2013-05-16 02:03 PDT, Mihai Tica
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Tica 2013-05-16 01:23:57 PDT
Reimplement background blending to match the change in the CSS Blending and Compositing spec.
From https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#mix-blend-mode:
"Each background image must blend with the element's background images that are below it and the element's background color. Background image must not blend with the content that is behind the element."
Comment 1 Mihai Tica 2013-05-16 02:03:46 PDT
Created attachment 201935 [details]
Patch
Comment 2 WebKit Commit Bot 2013-05-21 23:26:04 PDT
Comment on attachment 201935 [details]
Patch

Clearing flags on attachment: 201935

Committed r150503: <http://trac.webkit.org/changeset/150503>
Comment 3 WebKit Commit Bot 2013-05-21 23:26:06 PDT
All reviewed patches have been landed.  Closing bug.