Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6532 closed bug (duplicate)

:first selector does not work with latest webkit nightly build

Reported by: gyolk Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: :first webkit Cc:
Blocked by: Blocking:

Description

<ul>

<li class="fruit">orange</li> <li>carrot</li> <li>potato</li> <li class="fruit">apple</li> <li>onion</li>

</ul>

$("li:not(.fruit):first").length gives 0 in webkit nightly build

Attachments (1)

testcase.html (948 bytes) - added by gyolk 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by gyolk

Attachment: testcase.html added

comment:1 Changed 13 years ago by dmethvin

Resolution: duplicate
Status: newclosed

Dup of #6519.

Note: See TracTickets for help on using tickets.