Skip to content

🔴 [RGAA 11.1] Form fields missing labels #608

@jbpenrath

Description

@jbpenrath

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

  1. Activate a screen reader and navigate to the contact widget textarea — no label is announced
  2. 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

Metadata

Metadata

Assignees

Labels

a11yIssues related to accessiblity

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions