...

/

Problem: Accessible Listbox with Visible Focus and Active States

Problem: Accessible Listbox with Visible Focus and Active States

Try to style listbox options with clear focus and selection states for accessibility.

Problem description

You are given a listbox widget using a container with the class listbox and a set of div elements with the class listbox-option. Each option may be selected (with aria-selected="true") or not. Focusable options have tabindex="0" and ...