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: Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. details
Overview
The WCCF widget needs its aria-role values fixed, specifically the required parent-child relationships. ("row" doesn't have to be in a table but it is required to have certain children)
Benefit (the 80 of 80/20)
Will help aria readers access table data
Effort (the 20 of 80/20)
Minimal
Complications
Unknown
Make sure major browsers aren't negatively impacted by any of these changes (Chrome, Safari, Firefox. IE?)
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: Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. details
Overview
The WCCF widget needs its aria-role values fixed, specifically the required parent-child relationships. ("row" doesn't have to be in a table but it is required to have certain children)
Benefit (the 80 of 80/20)
Will help aria readers access table data
Effort (the 20 of 80/20)
Minimal
Complications
Related tickets
The text was updated successfully, but these errors were encountered: