akshitagupta15june / akshitagupta15june/PetMe

Add ARIA attributes to contact us form

Abierto
#980 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
HTML
Estrellas
515
Forks
747
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**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 form lacks 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).

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.