[webkit-reviews] review denied: [Bug 16935] Acid3 expects <html> margins to not affect absolute positioned elements : [Attachment 18553] Update a couple of spots in RenderLayer that were missed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 13:36:48 PST 2008


Dave Hyatt <hyatt at apple.com> has denied Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 16935: Acid3 expects <html> margins to not affect absolute positioned
elements
http://bugs.webkit.org/show_bug.cgi?id=16935

Attachment 18553: Update a couple of spots in RenderLayer that were missed.
http://bugs.webkit.org/attachment.cgi?id=18553&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
Actually never mind.  CSS2.1 states that the root element establishes a
stacking context.  This is kind of weird, since it means positioned objects are
positioned relative to the ICB, but in terms of stacking context they are
sorted in the root (<html>'s) stacking context.

This means we'll probably just have to add in some kind of positioning hack
when painting and hit testing for this case.


More information about the webkit-reviews mailing list