[Bug] Champs de recherche sans label associe (accessibilite) #57

Open
opened 2026-08-07 12:18:02 -04:00 by NixCyRy · 0 comments
NixCyRy commented 2026-08-07 12:18:02 -04:00 (Migrated from github.com)

Description

SonarQube reporte 3 bugs Web:InputWithoutLabelCheck — des champs <input> sans <label> associe dans web/index.html.

Details

  • web/index.html:219 — input sans label
  • web/index.html:224 — input sans label
  • web/index.html:226 — input sans label

Impact

  • Accessibilite (lecteurs d'ecran ne peuvent pas associer le champ a son but)
  • Lighthouse accessibility score pourrait etre affecte

Fix

Ajouter <label for="..."> ou aria-label sur chaque input concerne.

Source

SonarQube scan — 2026-08-07

## Description SonarQube reporte 3 bugs `Web:InputWithoutLabelCheck` — des champs `<input>` sans `<label>` associe dans `web/index.html`. ## Details - `web/index.html:219` — input sans label - `web/index.html:224` — input sans label - `web/index.html:226` — input sans label ## Impact - Accessibilite (lecteurs d'ecran ne peuvent pas associer le champ a son but) - Lighthouse accessibility score pourrait etre affecte ## Fix Ajouter `<label for="...">` ou `aria-label` sur chaque input concerne. ## Source SonarQube scan — 2026-08-07
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
SlopVibe-org/nutri-food#57
No description provided.