You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The option, tab, and treeitem roles permit user agents to provide an implicit value for aria-selected when specified conditions are met.
If a user agent provides an implicit aria-selected value for an option, the value SHOULD be true if the option has DOM focus or the listbox has DOM focus and the option is referenced by aria-activedescendant. Otherwise, if a user agent provides an implicit aria-selected value for an option, the value SHOULD be false
The unselected values/options should have aria-selected="false"
https://www.w3.org/WAI/ARIA/apg/patterns/listbox/examples/listbox-scrollable/
According
https://w3c.github.io/aria/#aria-selected
The text was updated successfully, but these errors were encountered: