ulaval / modul

Library of VueJS components.
Apache License 2.0
10 stars 3 forks source link

m-checkbox: ajouter la prop "hiddenLabel: string" #305

Closed raphpare closed 4 years ago

raphpare commented 4 years ago

Description

Amélioration de l'accessibilité du composant m-checkbox en ajoutant un texte caché dans la balise label lorsque nous ne voulons pas afficher visuellement la label du composant.

Modification dans le m-checkbox

Comment tester

Types de changements

Comment cela peut-il être testé?

Inclure cette section dans les release notes

Liens internes

chuckmah commented 4 years ago

On pourrait pas utiliser une propriété aria au lieu d'afficher un texte invisible. https://www.w3.org/WAI/PF/aria-1.1/states_and_properties#aria-label ?