Changes between Version 2 and Version 3 of Ticket #7263, comment 3
- Timestamp:
- Oct 21, 2010, 8:24:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7263, comment 3
v2 v3 12 12 ~~[http://jsfiddle.net/jitter/hBkxs/ live test case] with explanations why I think most use cases work right.~~ 13 13 14 ~~But there seems to be some kind of a bug. If you look at the last two tests~~ 14 But there seems to be some kind of a bug. If you look at the last two tests 15 15 16 16 {{{ … … 28 28 }}} 29 29 30 ~~Both should return `false` in my opinionas there is only a `li` in the set of matched elements which neither has the class `test` assigned nor has it any `li` children.~~30 Both should return `false` in my opinion ~~as there is only a `li` in the set of matched elements which neither has the class `test` assigned nor has it any `li` children.~~ 31 31 32 32 ~~If you switch from 1.4.3 to 1.4.2 another strange thing happens.~~