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)
Change History (2)
Changed 13 years ago by
Attachment: | testcase.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Dup of #6519.