[Bug 24383] Is :nth-match() and :nth-last-match() are necessary?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24383

--- Comment #1 from spiritRKS1910 <crimsteam@gmail.com> ---
Ok, now I see that 

:nth-match(even of p.foo)
p.foo:nth-of-type(even)

is not same, this is same:

:nth-match(even of p)
p:nth-of-type(even)

But still wondering how interpretate list of selector in this :nth-match(even
of p,div).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 28 January 2014 15:13:16 UTC