vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

Support nth-of-type pseudo-class selector #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?

The :nth-of-type(an+b) pseudo-class notation represents an element that has
an+b-1 siblings with the same expanded element name before it in the
document tree, for a given zero or positive integer value of n, and has a
parent element. In other words, this matches the bth child of that type
after all the children of that type have been split into groups of a
elements each. 

What goal would this enhancement help you achieve?

Greater CSS Selectors Level 3 compliance.

For more information, see:
http://www.w3.org/TR/css3-selectors/#nth-last-child-pseudo

Original issue reported on code.google.com by azizatif on 14 May 2009 at 11:42

GoogleCodeExporter commented 8 years ago
Patch attached.

Original comment by edin.daz...@gmail.com on 29 Oct 2010 at 7:37

Attachments:

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/atifaziz/Fizzler/issues/28
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 23 Aug 2015 at 1:33