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

Optimization (accessibility): [aria-*] attributes do not have valid values #4185

Closed
rfultz opened this issue Nov 5, 2020 · 0 comments · Fixed by #4544
Closed

Optimization (accessibility): [aria-*] attributes do not have valid values #4185

rfultz opened this issue Nov 5, 2020 · 0 comments · Fixed by #4544

Comments

@rfultz
Copy link
Contributor

rfultz commented Nov 5, 2020

Background

Looking to optimize the site's performance and that of the homepage specifically, the Lighthouse tool in Chromium browsers has made some suggestions. Some of these will have repercussions throughout the app so we're going to make them their own tickets.

Accessibility Recommendation: [aria-*] attributes do not have valid values

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. details

Overview

We need to check our aria- values for input#switcher-receipts.js-chart-toggle and input#switcher-disbursements.js-chart-toggle. Seems like aria-controls are referencing an element that doesn't exist.

Benefit (the 80 of 80/20)

Will let aria readers know what the content is

Effort (the 20 of 80/20)

Minimal

Complications

Unknown

Related tickets

This was referenced Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant