You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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-
Record
The text was updated successfully, but these errors were encountered: