Side navigation
#6532 closed bug (duplicate)
Opened May 05, 2010 05:20PM UTC
Closed May 05, 2010 11:56PM UTC
: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 (1)
Changed May 05, 2010 11:56PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #6519.