[Webkit-unassigned] [Bug 18245] background color doesn't change on mouseover causing text to disappear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 20:42:41 PDT 2011


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


Luke Macpherson <macpherson at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |macpherson at chromium.org




--- Comment #3 from Luke Macpherson <macpherson at chromium.org>  2011-10-10 20:42:41 PST ---
This is behaving correctly. According to the CSS spec, the color property is inherited from the parent node, but the background-color is not inherited. If you want this behavior you need to specify style=background-color:inherit; on the div inside the link.

-- 
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