+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]' | ||
| 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]' |
+1
-1
| { | ||
| "name": "focusable", | ||
| "version": "2.0.0", | ||
| "version": "2.1.0", | ||
| "description": "Returns a string of focusable HTML elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
2096
-20.61%4
-20%