Skip to content

Commit 173aa3d

Browse files
committed
Regenerate
* add `autofocus` to globals
1 parent 2990c35 commit 173aa3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"*": [
33
"accesskey",
44
"autocapitalize",
5+
"autofocus",
56
"class",
67
"contenteditable",
78
"dir",

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ Yields:
3535
```js
3636
[ 'accesskey',
3737
'autocapitalize',
38+
'autofocus',
3839
'class',
39-
'contenteditable',
4040
// ...
41-
'spellcheck',
4241
'style',
4342
'tabindex',
4443
'title',

0 commit comments

Comments
 (0)