Side navigation
#8132 closed bug (duplicate)
Opened February 01, 2011 07:36PM UTC
Closed July 12, 2011 04:58PM UTC
Last modified August 07, 2011 11:18PM UTC
:has with :nth-child throws syntax error
Reported by: | jrduncans | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A selector combining :has with :nth-child throws a syntax error. Trying it out on jsFiddle indicates it worked in 1.2.6, but not since. http://jsfiddle.net/Yavmn/1/
Attachments (0)
Change History (7)
Changed February 01, 2011 08:21PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → high |
status: | new → open |
Changed July 12, 2011 04:58PM UTC by comment:5
resolution: | → duplicate |
---|---|
status: | open → closed |
Changed August 07, 2011 11:18PM UTC by comment:7
As per 8720, which was closed as a duplicate, this bug is not just involving :nth-child. See last 2 failing tests:
ul:has(li:not(:contains(nup)): 0 (expected: 1)
ul:has(.whatever:contains(bar)): 0 (expected: 1)
http://jsfiddle.net/AlistairB/F7gzn/5/
Using :has with :contains is also not working.
Looking at the other duplicates there appear to be other failing cases as well.