We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5040f commit 24f7cc6Copy full SHA for 24f7cc6
css.md
@@ -73,11 +73,11 @@ keywords:
73
| `:nth-last-child(2)` | |
74
| `:nth-of-type(2)` | |
75
| --- | --- |
76
-| `:checked` | Selects every checked element |
77
-| `:disabled` | Selects every disabled element |
78
-| `:default` | Selects the default element |
+| `:checked` | Checked inputs |
+| `:disabled` | Disabled elements |
+| `:default` | Default element in a group |
79
80
-| `:empty` | Selects every element that has no children |
+| `:empty` | Elements without children |
81
82
### Pseudo-class variations
83
0 commit comments