[Webkit-unassigned] [Bug 13034] can't click on link on Fidelity.com index fund page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 10 15:03:22 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13034


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




------- Comment #3 from hyatt at apple.com  2007-03-10 15:03 PDT -------
My understanding is that this behavior is correct according to the CSS2.1 spec.
 Maybe Ian can comment on this.  The <body> element does not establish a
stacking context.  The root element does.  Therefore the <div> is a stacking
context inside of the root with a negative z-index.  That means it is
underneath the <body> element.  Since backgrounds are not "click-through" in
CSS even when transparent, this means that the <body> is what is hit, not the
contents of the <div>.

This test case does indicate to me that perhaps CSS should revisit whether or
not the <body> establishes a stacking context or not.


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



More information about the webkit-unassigned mailing list