/** * FOCUSABLE_SELECTOR * * A CSS selector that matches all tabbable elements within a container. * * ───────────────────────────────────────────────────────────────────────── * WHY CUSTOM ELEMENTS MUST BE LISTED EXPLICITLY * ───────────────────────────────────────────────────────────────────────── * * CSS cannot see through a shadow root. A generic `[tabindex]:not([tabindex="-1"])` * will NOT match a `` even though vi-button has tabIndex=-1 on its * host and tabIndex=0 on its inner