File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ let config = {
56
56
``` js
57
57
{
58
58
all : [
59
+ " :default" ,
59
60
" :disabled" ,
60
61
" :empty" ,
61
62
" :enabled" ,
@@ -81,7 +82,8 @@ let config = {
81
82
" :first-child" ,
82
83
" :last-child"
83
84
],
84
- input : [
85
+ form : [
86
+ " :default" ,
85
87
" :disabled" ,
86
88
" :enabled" ,
87
89
" :optional" ,
@@ -107,7 +109,7 @@ List of supported and unsupported pseudo class names. Checkboxes track implement
107
109
- ~~ ` :active ` ~~
108
110
- ~~ ` :any ` ~~
109
111
- ~~ ` :checked ` ~~
110
- - [ ] ` :default `
112
+ - [X ] ` :default `
111
113
- ~~ ` :dir() ` ~~ *
112
114
- [X] ` :disabled `
113
115
- [X] ` :empty `
@@ -153,4 +155,4 @@ List of supported and unsupported pseudo class names. Checkboxes track implement
153
155
[ coverage ] : https://coveralls.io/github/kevinkace/posthtml-pseudo
154
156
[ coverage-badge ] : https://coveralls.io/repos/github/kevinkace/posthtml-pseudo/badge.svg
155
157
156
- [ super-badge ] : https://cdn.rawgit.com/kevinkace/posthtml-pseudo/bf8a0ef /superawesome.svg
158
+ [ super-badge ] : https://cdn.rawgit.com/kevinkace/posthtml-pseudo/f9adc82 /superawesome.svg
You can’t perform that action at this time.
0 commit comments