Bug Report
Problematic behavior
At least one form field has no programmatically associated label:
- The contact widget textarea has no
<label>
- The share modal search field has a
<label> correctly linked but with empty text
Expected behavior/code
Every form field must have an explicit, visible <label> associated via for/id.
Steps to Reproduce
- Activate a screen reader and navigate to the contact widget textarea — no label is announced
- Open the share modal and navigate to the search field — label is empty
Environment
- RGAA Criterion: 11.1
- Severity: 🔴 Blocking
Possible Solution
- Contact widget textarea: add explicit
<label> linked by for/id
- Share modal search field: add text in the existing
<label>, e.g. "Search for a user"
Additional context/Screenshots
RGAA reference: Criterion 11.1
Bug Report
Problematic behavior
At least one form field has no programmatically associated label:
<label><label>correctly linked but with empty textExpected behavior/code
Every form field must have an explicit, visible
<label>associated viafor/id.Steps to Reproduce
Environment
Possible Solution
<label>linked byfor/id<label>, e.g. "Search for a user"Additional context/Screenshots
RGAA reference: Criterion 11.1