Bug Tracker

Changes between Version 2 and Version 3 of Ticket #7263, comment 3


Ignore:
Timestamp:
Oct 21, 2010, 8:24:27 PM (12 years ago)
Author:
jitter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7263, comment 3

    v2 v3  
    1212~~[http://jsfiddle.net/jitter/hBkxs/ live test case] with explanations why I think most use cases work right.~~
    1313
    14 ~~But there seems to be some kind of a bug. If you look at the last two tests~~
     14But there seems to be some kind of a bug. If you look at the last two tests
    1515
    1616{{{
     
    2828}}}
    2929
    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.~~
     30Both 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.~~
    3131
    3232~~If you switch from 1.4.3 to 1.4.2 another strange thing happens.~~