Skip to content

Commit 6559898

Browse files
committed
readme: update support for structural pseudo-classes
1 parent 2d128bf commit 6559898

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ That's it!
5959
- [x] Begins with: `[value^="prefix"]`
6060
- [x] Containment: `[value*="substr"]`
6161
- [x] Ends with: `[value$="suffix"]`
62-
- [ ] Structural pseudo-classes: `paragraph:first-of-type`
62+
- [x] Structural pseudo-classes: `paragraph:first-of-type`
6363
- [x] `:root`
6464
- [x] `:nth-child(2n+1)`
6565
- [x] `:nth-last-child(2n+1)`
6666
- [x] `:nth-of-type(2n+1)`
67-
- [ ] `:nth-last-of-type(2n+1)`
67+
- [x] `:nth-last-of-type(2n+1)`
6868
- [x] `:first-child`
6969
- [x] `:last-child`
7070
- [x] `:first-of-type`
71-
- [ ] `:last-of-type`
71+
- [x] `:last-of-type`
7272
- [x] `:only-child`
73-
- [ ] `:only-of-type`
73+
- [x] `:only-of-type`
7474
- [x] `:empty`
7575
- [x] Negation pseudo-class: `*:not(paragraph)`
7676

0 commit comments

Comments
 (0)