Skip to content

Commit 61b15d8

Browse files
committed
Update readme
1 parent f9adc82 commit 61b15d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ let config = {
5656
```js
5757
{
5858
all : [
59+
":default",
5960
":disabled",
6061
":empty",
6162
":enabled",
@@ -81,7 +82,8 @@ let config = {
8182
":first-child",
8283
":last-child"
8384
],
84-
input : [
85+
form : [
86+
":default",
8587
":disabled",
8688
":enabled",
8789
":optional",
@@ -107,7 +109,7 @@ List of supported and unsupported pseudo class names. Checkboxes track implement
107109
- ~~`:active`~~
108110
- ~~`:any`~~
109111
- ~~`:checked`~~
110-
- [ ] `:default`
112+
- [X] `:default`
111113
- ~~`:dir()`~~ *
112114
- [X] `:disabled`
113115
- [X] `:empty`
@@ -153,4 +155,4 @@ List of supported and unsupported pseudo class names. Checkboxes track implement
153155
[coverage]: https://coveralls.io/github/kevinkace/posthtml-pseudo
154156
[coverage-badge]: https://coveralls.io/repos/github/kevinkace/posthtml-pseudo/badge.svg
155157

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

0 commit comments

Comments
 (0)