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 only required state and property for the combobox role is area-expanded, the aria-controls is no longer required. This applies to the examples 6, 7, and 8. The descriptions and the code for those examples need to be updated.
The role='none' is invalid for a button element per ARIA in HTML. Thus, the description and code for the example need to be updated.
ACT rules are cool!
remove aria-hidden="true" from example 12 because of the explicit style="display: none;". On
The text was updated successfully, but these errors were encountered:
In ARIA state or property is permitted, Passed Examples 6, 7, 8 and 10
do not fully adhere to the ARIA specifications for required and supported states and properties.
The only required state and property for the combobox role is area-expanded, the aria-controls is no longer required. This applies to the examples 6, 7, and 8. The descriptions and the code for those examples need to be updated.
The role='none' is invalid for a button element per ARIA in HTML. Thus, the description and code for the example need to be updated.
ACT rules are cool!
remove aria-hidden="true" from example 12 because of the explicit style="display: none;".
On
The text was updated successfully, but these errors were encountered: