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

Add ARIA attributes to login form #261

Open
Avinash905 opened this issue Jul 14, 2023 · 1 comment
Open

Add ARIA attributes to login form #261

Avinash905 opened this issue Jul 14, 2023 · 1 comment

Comments

@Avinash905
Copy link

Description
ARIA attributes are crucial for enhancing web application accessibility, benefiting users with disabilities. Currently, our forms lack these attributes, hindering proper interpretation by assistive technologies.

Some steps to implement this enhancement-

  • Identify the login form elements in your codebase.
  • Determine the relevant ARIA attributes to add for each form element.
  • Add ARIA roles to the forms and their elements (e.g., "form" role for the main form element).
  • Include concise and descriptive ARIA labels using the aria-label attribute.
  • Use the aria-describedby attribute to provide additional instructions for the forms.
  • Implement ARIA states and properties (e.g., aria-required for required fields).
  • Test the accessibility improvements using assistive technologies.
@Avinash905
Copy link
Author

Please assign me this issue so that I can work on this issue under GSSOC'23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant