jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
8 lines (4 loc) • 368 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tabbables = ['button:enabled:not([readonly])', 'select:enabled:not([readonly])', 'textarea:enabled:not([readonly])', 'input:enabled:not([readonly])', 'a[href]', 'area[href]', 'iframe', 'object', 'embed', '[tabindex]', '[contenteditable]', '[autofocus]'];
exports.default = tabbables;