codesetgo icon indicating copy to clipboard operation
codesetgo copied to clipboard

Title: Add ARIA attributes to registration and contact us forms

Open Avinash905 opened this issue 11 months ago • 2 comments

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

  • [X] I agree to follow this project's Code of Conduct
  • [X] I have checked the existing issues
  • [X] I'm a GSSoC'23 contributor
  • [X] I want to work on this issue

Avinash905 avatar Jul 14 '23 10:07 Avinash905

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

Avinash905 avatar Jul 14 '23 10:07 Avinash905

Sure @Avinash905 , make sure to fetch latest code

agamjotsingh18 avatar Jul 21 '23 15:07 agamjotsingh18