Closed
Bug 210458
Opened 22 years ago
Closed 22 years ago
dynamic :hover changes don't work inside :not()
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
()
Details
Attachments
(1 file)
|
4.38 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
The test at
http://www.hixie.ch/tests/evil/css/selectors/tests/xhtml/full/flat/css3-modsel-63.xml
fails because dynamic :hover changes don't work inside :not().
Patch coming.
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Comment 2•22 years ago
|
||
It's worth noting that this patch isn't quite optimal for two reasons. One, we
could add something to one of these lists twice, which means we'll check it
twice, but I don't think that's worth worrying about. Two, we don't really need
to check negations past the first in the current implementation.
(I guess I should add the above as a comment.)
Comment 3•22 years ago
|
||
Comment on attachment 126342 [details] [diff] [review]
patch (diff -uw)
Add that comment you pasted on irc, and looks great.
Attachment #126342 -
Flags: superreview+
Attachment #126342 -
Flags: review+
| Assignee | ||
Comment 4•22 years ago
|
||
Fix checked in to trunk, 2003-06-23 22:34 -0700.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•