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
Ensure ARIA roles, states, and properties are valid
Issue
There are elements with invalid ARIA attributes and/or values. Examples include:
The select component uses aria-control and aria-owns in an invalid manner, which causes the select to not work appropriately. All of the ARIA is on the which is not valid.
Additionally, aria-owns and aria-controls are missing corresponding elements (ID references).
User Impact
Assistive technologies may be unable to parse this content.
Violation
Ensure ARIA roles, states, and properties are valid
Issue
There are elements with invalid ARIA attributes and/or values. Examples include:
User Impact
Assistive technologies may be unable to parse this content.
Code Reference
Compliant Code Example
Please see the W3C working compliant example for a select-only combobox:
https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-select-only.html
The text was updated successfully, but these errors were encountered: