-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accessibility - add aria-disabled on all disabled links #28305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase your branch and drop any unrelated patches.
7019fbe
to
ddf7459
Compare
ddf7459
to
0f3c59a
Compare
Yes sorry, haven't seen that my PR was corrupted. Think latest one was good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. strangely, i could have sworn we did something like this already not so long ago?
Yes we already did it : #28051 |
@patrickhlauke: yeah for examples only it seems 8eb8b8d |
ah i see, this washes up stuff we missed previously. as you were :) |
quick fix on documentation to add tabindex="-1" and aria-disabled="true" on visually disabled link
cc @patrickhlauke for validation