-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
Pseudo class has "nth-*" selectors , but pseudo element don't. How about adding "nth-*" selectors?
Here's what @chriscoyier says: https://css-tricks.com/a-call-for-nth-everything/
At least, I want the pseudo element spec to implement the selectors:
- ::nth-line() / ::last-line / ::nth-last-line()
- ::nth-letter() / ::last-letter() / ::nth-last-letter()
Once implemented, it would be powerful to design the thing like code block, poem, etc without code complexity.