Open edme88 opened 1 year ago
Todo <input> o <select> debe tener su <label>. Además, Los labels deben contener el atributo for (el for debe contener el id del input al cual se referencia).
<input>
<select>
<label>
https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L32-L41
https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L57-66
https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L87-L96
Recuerden lo visto en el ejercicio de accesibilidad
Falta corregir este issue en algunas secciones de código: https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/d831d7f9e87065e0284ff951ba837165817d270c/Botonalquiler.html#L42-L45
Todo
<input>
o<select>
debe tener su<label>
. Además, Los labels deben contener el atributo for (el for debe contener el id del input al cual se referencia).https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L32-L41
https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L57-66
https://github.com/UCC-LabCompu2/proyecto2023-lista-krause/blob/8e004be200ace9823b45a4f19862de135fe64ab6/index.html#L87-L96
Recuerden lo visto en el ejercicio de accesibilidad