Select:Open Listbox

Build 250 on feat/select-combobox-atoms
Reviewing disabled
Baseline History
This story has no baseline yet. Accept this story to set the baseline.
Elements marked hidden (aria-hidden) should not be focusable or contain focusable items. Learn how to resolve this violation

This regression is non-visual. No preview will be shown.

Fix all of the following:

Focusable content should have tabindex="-1" or be removed from the DOM

Element
<span data-type="outside" aria-hidden="true" tabindex="0" data-base-ui-focus-guard="" style="clip-path: inset(50%); overflow: hidden; white-space: nowrap; border: 0px; padding: 0px; width: 1px; height: 1px; margin: -1px; position: fixed; top: 0px; left: 0px;"></span>
Selector
span[data-type="outside"][data-base-ui-focus-guard=""][aria-hidden="true"]:nth-child(2)