Closed
Bug 39976
Opened 24 years ago
Closed 24 years ago
direct adjacent combinator ('+') doesn't work with :hover or :active on first element
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
People
(Reporter: sjoerd, Assigned: pierre)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
.class1:hover + .class2 { color:red }
the above rule should color .class2 elements red when it is direct adjacent to
a .class1 element when the .class1 element is hovered.
It doesn't work, or it is not redrawn.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 15608 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•