-
Notifications
You must be signed in to change notification settings - Fork 50
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
Provide example/guidance on using aria-disabled on a w/out href #186
Comments
this update should be accompanied by an example |
this issue will be partially resolved when #262 is merged. an example what to do instead (e.g., an |
Have you checked possible issues with validators using
with respect to role redundancy warnings? |
|
closing as this work will be picked up in #259 |
if authors really want to disable links, they can instead do
<a role=link aria-disabled=true>
as removing thehref
rather than jumping through all the hoops to try and suppress the various ways one can interact with a link.The text was updated successfully, but these errors were encountered: