-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
Description
- Gogs version (or commit ref): 0.9.58.0726
- Git version: 2.9.2
- Operating system: Debian 8.1
- Database (use
[x]):- PostgreSQL
x - [ ] MySQL - SQLite
- PostgreSQL
- Can you reproduce the bug at https://try.gogs.io: yes but no, inaccessible captcha
- Yes (provide example URL)
- No
x - [ ] Not relevant
- Log gist: irrelevant
Description
There are multiple accessibility bugs. First, all the mouse over menus. They should be properly made accessible to screen readers using aria, or at least have a setting to turn them off. I can't figure out how to access most pages in GOGS because the screen reader doesn't know that there is a menu there because screen readers don't use mouse cursor to pass over items.
Second, the captcha service you use is not accessible (why not use recaptcha or have a new to define your own captcha via php so I can add a question captcha(?
Thanks.
...
Dr-Terrible and moeenio