Skip to content
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

Login screen accessibility issues #1373

Open
michellexliu opened this issue Aug 29, 2021 · 0 comments
Open

Login screen accessibility issues #1373

michellexliu opened this issue Aug 29, 2021 · 0 comments

Comments

@michellexliu
Copy link
Contributor

  1. Missing form labels: email address and password fields do not have associated text labels, so the function/purpose of those fields may not be presented to screen reader users. To fix this, we need to either add a <label> element or use the aria-label attribute.
  2. Language missing: The language of the document should be identified using the lang attribute (e.g., ) for screen readers to read the content in the appropriate language.
  3. Contrast errors: The current blue color for links ("Developer Login", "Register", "Forgot your password", etc.) does not have a sufficient 4.5:1 contrast ratio, according to AA-accessibility guidelines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants