Files
flights_web_raw/node_modules/focus-lock/dist/es5/utils/tabbables.js
T

20 lines
388 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tabbables = [
'button:enabled',
'select:enabled',
'textarea:enabled',
'input:enabled',
'a[href]',
'area[href]',
'summary',
'iframe',
'object',
'embed',
'audio[controls]',
'video[controls]',
'[tabindex]',
'[contenteditable]',
'[autofocus]',
];