focusable-selectors
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,3 +6,3 @@ 'use strict' | ||
negTabIndex: ':not([tabindex^="-"])', | ||
disabled: ':not([disabled])', | ||
disabled: ':not(:disabled)', | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "focusable-selectors", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A list of CSS selectors for focusable elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ # Focusable Selectors | ||
- … and any element with the `contenteditable` attribute, | ||
- … provided they do not have the `disabled` attribute (if they even can), | ||
- … provided they are not disabled, | ||
- … and do not have a negative `tabindex` attribute, | ||
@@ -12,0 +12,0 @@ - … and do not have the [`inert` attribute](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert). |
Sorry, the diff of this file is not supported yet
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
5438