[Webkit-unassigned] [Bug 24217] Combining dynamic pseudo-classes hover and focus fails!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 05:02:30 PST 2009


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





------- Comment #4 from jab_creations at yahoo.com  2009-02-27 05:02 PDT -------
Simple, the hover and focus pseudo-elements should be applied simultaneously
with the same selector exactly as it is.

This selector...
a:focus:hover {background-color: #000; color: #fff;}

...should have the *EXACT* same effect as *both* of these selectors...
a:focus {background-color: #000; color: #fff;}
a:hover {background-color: #000; color: #fff;}

...the only difference is that they are combined in to a single selector.


-- 
Configure bugmail: https://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