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
feat(option): Remove aria-selected='false' in single-selection mode
Remove the aria-selected attribute from unselected options in single
selection mode. The multi-selection behavior is unchanged. Motivation:
the screen reader NVDA announces 'not selected' on any element that has
aria-selected='false', which is disruptive when a user is navigating
through a long list of options. The W3 aria best practices example only
uses aria-selected='true for single selection', false is implicit:
https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html
0 commit comments