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
Click on one of the dropdown menu options ("Sort by relevance," "12 per page").
Possible solution
WCAG Level A
See SODA's recommendation below.
Reported by SODA
Violation: Avoid inappropriate use of ARIA roles, states, and properties
Severity: Minor
[Issue]
The dropdown for the sorting uses aria-current to indicate which is selected. The appropriate attribute here is aria selected.
Note that aria-current is used for the the page selector at the bottom and is appropriate there.
[User Impact]
When inappropriate ARIA roles, states, and/or properties are used it may prevent users of assistive technology from correctly interpreting and interacting with the content.
Current behavior
aria-current
is used to indicate a dropdown selection. Usearia-selected
instead.Steps to reproduce
Example page: Spotlight Accessibility for SODA - San Francisco Buildings.
Click on one of the dropdown menu options ("Sort by relevance," "12 per page").
Possible solution
WCAG Level A
See SODA's recommendation below.
Reported by SODA
The text was updated successfully, but these errors were encountered: