-
Notifications
You must be signed in to change notification settings - Fork 237
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
Make the web interface more accessible #2195
Comments
I just checked in Firefox, and using Cntrl-+ and Cntrl-- (control plus and control minus) worked just fine. Are you only using Chrome, or did you test on other browsers? |
The problem is specifically on mobile, where the viewport metadata prevents the browser from zooming in. I'm not sure why that was specified. It doesn't seem useful. |
Accessibility might a great idea for a grant. So i added it as a grant suggestion https://github.com/tpf/grants-perlfoundation-org#accessibility |
I believe that commit e90b211 resolved the specific issue mentioned (unable to zoom on mobile devices). But there are plenty of other accessibility issues, including several that can be easily detected using a browser extension like WAVE or Axe Devtools, or with Lighthouse in Chromium-based browsers. Would it make sense to close this particular issue, and open specific issues for the remaining accessibility problems? |
Yes, I think that would make it easier to track what's going on. 😄 |
Please don't override zoom in the web interface.
Is there any deep reason zooming is disabled in the web interface? It's not really very user friendly for people with bad eyesight using handhelds! Personally I just learned how to override it in Chrome but still... I'm certainly old school but I firmly believe in leaving the choice of such things as zoom, text size and font to the user or at least making it easily configurable (preferably in your user settings) since it's an accessibility issue. Myself I have very bad sight on one eye and have become increasingly oversighted rather than shortsighted on the remaining eye. A multi-disabled Perl hacker may be a rare thing but I'm probably not totally alone!
The text was updated successfully, but these errors were encountered: