[csswg-drafts] [css-pseudo] add "nth-*" pseudo element

carnoxen has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-pseudo] add "nth-*" pseudo element ==
Pseudo class has "nth-\*" selectors , but pseudo element don't. How 
about adding "nth-\*" selectors?
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.

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/745 using your GitHub 
account

Received on Tuesday, 22 November 2016 05:47:08 UTC