Sha256: fa22fa7e4b64233eaaf1dc827776ca0b36d4a7d124ed3d1c4427f4ca0c1458e8
Contents?: true
Size: 356 Bytes
Versions: 26
Compression:
Stored size: 356 Bytes
Contents
'use strict'; const FOCUSABLE_SELECTOR = [ 'input:not([type=hidden]):not([disabled])', 'button:not([disabled])', 'select:not([disabled])', 'textarea:not([disabled])', '[contenteditable=""]', '[contenteditable="true"]', 'a[href]', '[tabindex]:not([disabled])' ].join(', '); exports.FOCUSABLE_SELECTOR = FOCUSABLE_SELECTOR;
Version data entries
26 entries across 26 versions & 1 rubygems