Changelog
2.0.0
<audio>
and <video>
elements with controls
attributes.checked
on in their group, or if none in their group are checked
.Changelog
1.1.3
Changelog
1.1.2
querySelectorAll
receives a string argument.Changelog
1.1.1
tabbable(document)
(passing the document
element).Changelog
1.0.8
document
(rather than relying on the global document
object).Changelog
1.0.7
tabindex
ed elements even in browsers that have an unstable Array.prototype.sort
.Changelog
1.0.6
tabindex
attribute (via getAttribute
), in addition to node.tabIndex
, to fix handling of SVGs with tabindex="-1"
in IE.Changelog
1.0.5
visibility: hidden
elements that themselves have visibility: visible
are considered tabbable.