-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Code of Conduct
- I agree to follow this project's Code of Conduct.
Submission validity
- This is not a personal support request, that should be posted on discussions community.
- I checked current issues and this request isn't a duplicate of an existing issue, opened or closed.
Self troubleshooting
- I've read the documentation and made sure to follow it.
- I've read the troubleshooting first steps and frequent issues guides.
Version
1.9.2
Description
The login page has accessibility issues according to the WCAG.
-
According to the WCAG 2.4.2 criteria, web pages have titles that describe topic or purpose.
The page has a title but does not allow users to know its purpose (here, the login page)
To allow users to know what page it is easily, the title of the page could be changed to “Login – YOURLS – Your Own URL Shortener”.
-
According to the WCAG 3.3.1 criteria, if an input error is automatically detected, the item that is in error is identified and the error is described to the user in text.
The form should have visible text instructions at the beginning of the form that describes the necessary inputs.
The error message should be linked to the input using
aria-describedbyto allow assistive technologies to vocalize the error to the user.