Bug Tracker

Changes between Initial Version and Version 5 of Ticket #8720


Ignore:
Timestamp:
Mar 30, 2011, 11:31:05 PM (12 years ago)
Author:
danheberden
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8720

    • Property Keywords :has added
    • Property Priority changed from undecided to low
    • Property Component changed from unfiled to selector
    • Property Status changed from new to open
  • Ticket #8720 – Description

    initial v5  
    66
    77'''Currently''':
     8
     9{{{
     10:has( li:eq( 2 ) )
    811:has( li:lt( 1 ) )
    912:has( li:gt( 1 ) )
    1013:has( .test:not( .done ) ) // but :has( :not( .done ).test ) works
    1114:has( li:not( :contains( nup ) )
     15}}}
     16
    1217
    1318'''Replaces''':
    14 #4322, #2683, #6723
     19#4322, #2683, #6723, #4773
    1520