Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atifaziz opened this issue Aug 23, 2015 · 1 comment
Open

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

atifaziz opened this issue Aug 23, 2015 · 1 comment
Assignees
Labels
Component-Selectors enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Status-Accepted

Comments

@atifaziz
Copy link
Owner

atifaziz commented Aug 23, 2015

What new or enhanced feature are you proposing?

The :nth-of-type(an+b) pseudo-class notation represents an element that has a n + 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


Originally reported on Google Code with ID 28

Reported by @atifaziz on 2009-05-14 23:42:23

@atifaziz
Copy link
Owner Author

atifaziz commented Aug 23, 2015

Patch attached.


Reported by edin.dazdarevic on 2010-10-29 07:37:19


@atifaziz atifaziz self-assigned this Aug 23, 2015
@atifaziz atifaziz added the help wanted Extra attention is needed label Sep 25, 2017
@atifaziz atifaziz added the good first issue Good for newcomers label Jun 15, 2018
@atifaziz atifaziz added the hacktoberfest https://hacktoberfest.digitalocean.com label Oct 1, 2018
@atifaziz atifaziz removed hacktoberfest https://hacktoberfest.digitalocean.com labels Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component-Selectors enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Status-Accepted
Projects
None yet
Development

No branches or pull requests

1 participant