devlooped / Web

XLinq to Web

Home Page:https://clarius.org/Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for simplified syntax for nth-child

kzu opened this issue · comments

Even though nth-of-type is the most useful selector, nth-child should be supported too.

To limit scope, we should introduce support with the same simplified syntax as nth-of-type,
receiving just a single value that will be passed as-is to the XPath expression for counting the
preceding nodes only.