Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Trouver sa CC" - combobox input non implémenté sur la bonne balise #6402

Open
Marie-a11y opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@Marie-a11y
Copy link
Collaborator

Description
Le formulaire combobox demande plusieurs attributs, ils sont présents mais sur la <div> parente au lieu d'être présent sur le <input>

Reproduction
Etapes à suivre pour reproduire le bug

  1. Aller à https://code.travail.gouv.fr/outils/convention-collective/convention
  2. Inspecter le input
  3. rechercher les attributs liés à la combobox

Comportement attendu
Pour le input :
Les attributs aria-activedescendant, aria-autocomplete="list", aria-controls="downshift-R:36a9uuutkq:-menu", aria-expanded="[true/false]" et role="combobox" doivent être déplacés sur la balise input#input-:Rr6a9uuutkq:

L'attribut aria-labelledby="downshift-R:36a9uuutkq:-label" peuvent être supprimés : ils ne pointent vers aucun id.

Pour la liste listbox :
L'attribut aria-labelledby ne point vers aucun id, la liste n'a donc pas de nom
Ajouter un id="downshift-R:36a9uuutkq:-label" à la balise <label>

Screenshots
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants