js-trap-tab
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,3 +6,3 @@ { | ||
"description": "Accessible Keyboard Traps", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/vmitsaras/js-trap-tab", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
@@ -114,3 +114,3 @@ /* global jQuery:true */ | ||
TrapTabKey.prototype.defaults = { | ||
focusableElementsString : "['data-focus'], a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]" | ||
focusableElementsString : "a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]" | ||
}; | ||
@@ -117,0 +117,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6774