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
Currently we only require the ARIA button role on anchors whose href is set to "#". We should also require it for anchors with a tabIndex but without an href.
The text was updated successfully, but these errors were encountered:
…el is inside a child Component (fixes#44)
[added] Tests to ensure anchors with a tabIndex but without an href require an ARIA button role (fixes#45)
[added] selection and option to the list of interactive elements that require labels
[removed] getFailures() method since all failures are now logged asynchronously
…el is inside a child Component (fixes#44)
[added] Tests to ensure anchors with a tabIndex but without an href require an ARIA button role (fixes#45)
[added] selection and option to the list of interactive elements that require labels
[removed] getFailures() method since all failures are now logged asynchronously
Currently we only require the ARIA button role on anchors whose href is set to "#". We should also require it for anchors with a tabIndex but without an href.
The text was updated successfully, but these errors were encountered: