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-last-of-type pseudo-class selector #29

Open
atifaziz opened this issue Aug 23, 2015 · 0 comments
Open

Support nth-last-of-type pseudo-class selector #29

atifaziz opened this issue Aug 23, 2015 · 0 comments
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-last-of-type(an+b) pseudo-class notation represents an element that has a n + b - 1 siblings with the same expanded element name after it in the document tree, for a given zero or positive integer value of n, and has a parent element.

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-of-type-pseudo


Originally reported on Google Code with ID 29

Reported by @atifaziz on 2009-05-14 23:44:43

@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