Bug 17477
Summary: | Adjacent sibling combinator fails with a:hover | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rafael <raf> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://ratherodd.com/tests/safari-siblings.html |
Rafael
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Blaut
*** This bug has been marked as a duplicate of 9279 ***