Skip to content
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

Interactive elements indicate their purpose and state #185

Open
JennaySDavis opened this issue Jan 29, 2024 · 1 comment
Open

Interactive elements indicate their purpose and state #185

JennaySDavis opened this issue Jan 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JennaySDavis
Copy link

JennaySDavis commented Jan 29, 2024

The following issues were found when testing tickets: 160,161, 163, 167.

  1. Interactive elements indicate their purpose and state:
    The blue “download” buttons use incorrect HTML syntax. They have an aria-labelledby attribute that should be changed to aria-label. The aria-labelledby attribute takes an ID and not a string. Since this currently includes a nice string, we should change it to “aria-label.”
    :failed:
  2. Interactive elements indicate their purpose and state:
    The green checkmarks and the red warning icons also incorrectly use aria-labelledby. The content of the labels is not accessible by screen readers. These should be removed, and the “title” attribute on the icon wrapper span should changed to aria-label.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant