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-hidden="true"] elements contain focusable descendants
Focusable descendants within an [aria-hidden="true"] element prevent those interactive elements from being available to users of assistive technologies like screen readers. details
Overview
We should check aria-hidden attribute of #site-menu.site-nav__container
Benefit (the 80 of 80/20)
Significant if we're currently hiding our main nav from screen readers by default?
Effort (the 20 of 80/20)
Seemingly minimal
Complications
Will this change complicate layout in Chrome, etc—is there a reason it's like this?
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-hidden="true"] elements contain focusable descendants
Focusable descendants within an
[aria-hidden="true"]
element prevent those interactive elements from being available to users of assistive technologies like screen readers. detailsOverview
We should check aria-hidden attribute of #site-menu.site-nav__container
Benefit (the 80 of 80/20)
Significant if we're currently hiding our main nav from screen readers by default?
Effort (the 20 of 80/20)
Seemingly minimal
Complications
Will this change complicate layout in Chrome, etc—is there a reason it's like this?
Related tickets
Completion criteria:
The text was updated successfully, but these errors were encountered: