We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
There are special rules for certain functional psuedo-classes called out here: https://drafts.csswg.org/selectors-4/#specificity-rules
:matches()
:is()
:nth-child()
:nth-last-child()
:nth-of-type()
:nth-last-of-type()
:not()
I think it would be very helpful if those special rules were noted (probably with a link) in the specific sections for each pseudo class. E.g. https://drafts.csswg.org/selectors-4/#matches-pseudo
The text was updated successfully, but these errors were encountered:
88b91c0
🎉
Sorry, something went wrong.
No branches or pull requests
There are special rules for certain functional psuedo-classes called out here:
https://drafts.csswg.org/selectors-4/#specificity-rules
:matches()
:is()
:nth-child()
,:nth-last-child()
,:nth-of-type()
, or:nth-last-of-type()
:not()
I think it would be very helpful if those special rules were noted (probably with a link) in the specific sections for each pseudo class. E.g. https://drafts.csswg.org/selectors-4/#matches-pseudo
The text was updated successfully, but these errors were encountered: