1
2
3
4
5
6
7
8
9
10
11
12
13
# Functional psuedoclasses
These would mostly need to be added to the interpretor.
* [ ] :not()
* [x] :dir()
* [ ] :is()
* [x] :lang()
* [ ] :nth-child()
* [ ] :nth-last-child()
* [ ] :nth-of-type()
* [ ] :nth-last-child()
* [ ] :where()
* etc