18 lines
314 B
JavaScript
18 lines
314 B
JavaScript
export var tabbables = [
|
|
'button:enabled',
|
|
'select:enabled',
|
|
'textarea:enabled',
|
|
'input:enabled',
|
|
'a[href]',
|
|
'area[href]',
|
|
'summary',
|
|
'iframe',
|
|
'object',
|
|
'embed',
|
|
'audio[controls]',
|
|
'video[controls]',
|
|
'[tabindex]',
|
|
'[contenteditable]',
|
|
'[autofocus]',
|
|
];
|