Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 | 1x | const focusableElements = 'a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])';
export { focusableElements }; |