Socket
Socket
Sign inDemoInstall

tabbable

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabbable - npm Package Versions

1235

2.0.0

Diff

Changelog

Source

2.0.0

  • Add <audio> and <video> elements with controls attributes.
  • Only consider radio buttons tabbable if they are the checked on in their group, or if none in their group are checked.
davidtheclark
published 1.1.3 •

Changelog

Source

1.1.3

  • Fix bug causing SVG elements to precede elements they should follow in the tab order in IE.
davidtheclark
published 1.1.2 •

Changelog

Source

1.1.2

  • Ensure querySelectorAll receives a string argument.
davidtheclark
published 1.1.1 •

Changelog

Source

1.1.1

  • Fix crash when you call tabbable(document) (passing the document element).
davidtheclark
published 1.1.0 •

Changelog

Source

1.1.0

  • Add includeContainer option.
davidtheclark
published 1.0.8 •

Changelog

Source

1.0.8

  • Allows operation against elements that reside within iframes, by inspecting the element to determine its correct parent document (rather than relying on the global document object).
davidtheclark
published 1.0.7 •

Changelog

Source

1.0.7

  • Ensure stable sort of tabindexed elements even in browsers that have an unstable Array.prototype.sort.
davidtheclark
published 1.0.6 •

Changelog

Source

1.0.6

  • Check tabindex attribute (via getAttribute), in addition to node.tabIndex, to fix handling of SVGs with tabindex="-1" in IE.
davidtheclark
published 1.0.5 •

Changelog

Source

1.0.5

  • Children of visibility: hidden elements that themselves have visibility: visible are considered tabbable.
davidtheclark
published 1.0.4 •

Changelog

Source

1.0.4

  • Fix IE9 compatibility.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc