File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,18 +59,18 @@ That's it!
59
59
- [x] Begins with: ` [value^="prefix"] `
60
60
- [x] Containment: ` [value*="substr"] `
61
61
- [x] Ends with: ` [value$="suffix"] `
62
- - [ ] Structural pseudo-classes: ` paragraph:first-of-type `
62
+ - [x ] Structural pseudo-classes: ` paragraph:first-of-type `
63
63
- [x] ` :root `
64
64
- [x] ` :nth-child(2n+1) `
65
65
- [x] ` :nth-last-child(2n+1) `
66
66
- [x] ` :nth-of-type(2n+1) `
67
- - [ ] ` :nth-last-of-type(2n+1) `
67
+ - [x ] ` :nth-last-of-type(2n+1) `
68
68
- [x] ` :first-child `
69
69
- [x] ` :last-child `
70
70
- [x] ` :first-of-type `
71
- - [ ] ` :last-of-type `
71
+ - [x ] ` :last-of-type `
72
72
- [x] ` :only-child `
73
- - [ ] ` :only-of-type `
73
+ - [x ] ` :only-of-type `
74
74
- [x] ` :empty `
75
75
- [x] Negation pseudo-class: ` *:not(paragraph) `
76
76
You can’t perform that action at this time.
0 commit comments