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!
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
You can’t perform that action at this time.
0 commit comments