classifies nth-child and nth-of-type web features
#56785
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I batched web feature classification of
nth-childandnth-of-typeto minimize future merge conflicts.As I was classifying, I also found likely additional mappings for the related
nth-child-offeature. Those changes are all in this commit. Happy to revert that or move to a different PR if it adds too much scope to this PR!One notable exclusion here is child-indexed-pseudo-class.html from any mapping (tests both
nth-childandnth-of-type).As of 2025-12-05, the wpt-pr-bot is requesting reviews from code owners for changes to WEB_FEATURES.yml files. To learn more about the purpose of these files, check out this presentation from TPAC 2025, Annotating WPT to Surface the Status of the Platform