Bug 17477 - Adjacent sibling combinator fails with a:hover
Summary: Adjacent sibling combinator fails with a:hover
Status: RESOLVED DUPLICATE of bug 9279
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://ratherodd.com/tests/safari-sib...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 11:05 PST by Rafael
Modified: 2008-02-21 11:59 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael 2008-02-21 11:05:18 PST
The adjacent sibling combinator fails when styles are applied to siblings of anchors with :hover. For example, these fail:

a:hover + p { ... }
a:hover + span { ... }
a:hover + a { ... }

The URL provided is an example page showing this behaviour.
Comment 1 Robert Blaut 2008-02-21 11:59:15 PST

*** This bug has been marked as a duplicate of 9279 ***