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
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.
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
andinput#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
The text was updated successfully, but these errors were encountered: