amupedia2021 / amupedia-web

Source code of the website.
https://www.amupedia.site/
MIT License
163 stars 177 forks source link

πŸš€ [Feature Request] - Add ARIA attributes to login and contact us forms #521

Closed Avinash905 closed 1 year ago

Avinash905 commented 1 year ago

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

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

Describe briefly how you would implement this enhancement.

1. Identify the login and contact us form elements in your codebase.
2. Determine the relevant ARIA attributes to add for each form element.
3. Add ARIA roles to the forms and their elements (e.g., "form" role for the main form element).
4. Include concise and descriptive ARIA labels using the aria-label attribute.
5. Use the aria-describedby attribute to provide additional instructions for the forms.
6. Implement ARIA states and properties (e.g., aria-required for required fields).
7. Test the accessibility improvements using assistive technologies.

Are you contributing for a program?

GSSoC2023

Code of Conduct

Avinash905 commented 1 year ago

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

github-actions[bot] commented 1 year ago

Hello @Avinash905! Thank you for raising this issue.

Please make sure to follow our Contributing Guidelines. πŸ’ͺ🏻 Don't forget to ⭐ our Project-Amupedia. πŸ“”

Our review team will carefully assess the issue and reach out to you soon! πŸ˜‡ We appreciate your patience! πŸ˜€

Harshil-Jani commented 1 year ago

Curious and Looking forward to see the accessibility report before and after which you have mentioned in point 7.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 7 days since being marked as stale.