diff --git a/index.json b/index.json index 531f004..b416c44 100644 --- a/index.json +++ b/index.json @@ -2,6 +2,7 @@ "*": [ "accesskey", "autocapitalize", + "autofocus", "class", "contenteditable", "dir", diff --git a/readme.md b/readme.md index 6fa4ef9..187f1ec 100644 --- a/readme.md +++ b/readme.md @@ -35,10 +35,9 @@ Yields: ```js [ 'accesskey', 'autocapitalize', + 'autofocus', 'class', - 'contenteditable', // ... - 'spellcheck', 'style', 'tabindex', 'title',