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

Title: Add ARIA attributes to registration and contact us forms #603

Open
4 tasks done
Avinash905 opened this issue Jul 14, 2023 · 2 comments · Fixed by #611
Open
4 tasks done

Title: Add ARIA attributes to registration and contact us forms #603

Avinash905 opened this issue Jul 14, 2023 · 2 comments · Fixed by #611

Comments

@Avinash905
Copy link
Contributor

Avinash905 commented Jul 14, 2023

Is your feature request related to a problem? Please describe.

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.

Describe the solution you'd like.

Some steps to implement this enhancement-

  • Identify the 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.

Record

  • I agree to follow this project's Code of Conduct
  • I have checked the existing issues
  • I'm a GSSoC'23 contributor
  • I want to work on this issue
@Avinash905
Copy link
Contributor Author

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

@agamjotsingh18
Copy link
Owner

Sure @Avinash905 , make sure to fetch latest code

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

Successfully merging a pull request may close this issue.

2 participants