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: [user-scalable="no"] is used in the element or the [maximum-scale] attribute is less than 5
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. details
Overview
Can we make the page/site zoomable?
Benefit (the 80 of 80/20)
Significant for site visitors with low vision
Effort (the 20 of 80/20)
Minimal
Complications
Would changing this break the site for other site visitors?
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: [user-scalable="no"] is used in the element or the [maximum-scale] attribute is less than 5
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. details
Overview
Can we make the page/site zoomable?
Benefit (the 80 of 80/20)
Significant for site visitors with low vision
Effort (the 20 of 80/20)
Minimal
Complications
Related tickets
The text was updated successfully, but these errors were encountered: