[Webkit-unassigned] [Bug 71488] [CSSRegions]Add support for background-color in region styling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 09:37:01 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=71488


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #3 from Dave Hyatt <hyatt at apple.com>  2011-11-04 09:37:01 PST ---
(In reply to comment #2)
> 
> It seems like you could eliminate all of the RenderRegion* arguments I added to RenderLayer by just using this current region instead. Then you could set this in RenderRegion's painting and hit testing instead.
> 

Actually, changed my mind here. I would just fix RenderLayer to set back to the old value when done painting or hit testing. That way you don't have to worry about implementing a stack or helper class etc. in RenderView.

There is only nesting like this with RenderLayer and painting/hit testing (you don't have nesting when doing layout), so I think we should just fix this in RenderLayer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list