+1
-1
@@ -1,1 +0,1 @@ | ||
| module.exports = 'a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable], audio[controls], video[controls]' | ||
| module.exports = 'a[href], area[href], input:not([disabled]):not([type="hidden"]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable], audio[controls], video[controls], summary' |
+1
-1
| { | ||
| "name": "focusable", | ||
| "version": "2.1.0", | ||
| "version": "2.2.0", | ||
| "description": "Returns a string of focusable HTML elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2126
1.43%