[a11y] Form-Labels mit Inputs verknüpfen #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Schweregrad: LOW
Dateien:
js/calendar.js:28-48(Monat/Jahr/Slots-Selects),js/employees.js:21-24(Name-Input), Datei-Input ohne LabelProblem:
<label>ohnefor/id-Verknüpfung; Datei-Input ohne Label. CLAUDE.md fordert ARIA/Labels & Tastaturnavigation.Fix:
idauf Inputs +<label for=…>setzen; Datei-Input beschriften.Behoben in
b3eeca5: Monat/Jahr/Slots-Selects haben jetztid+ zugehöriges<label for>; Name-Input, Excel-Import- und JSON-Import-Datei-Inputs erhaltenaria-label.