a11y: wildcard checkbox and tag inputs missing programmatic context (WCAG 3.3.2) #40

Closed
opened 2026-04-08 06:43:18 -07:00 by pyr0ball · 0 comments
Owner

Two form fields lack programmatic context:

  1. Wildcard checkboxaria-describedby missing; screen reader users hear 'I understand, go for it' with no context
  2. Constraint/allergy tag inputs — placeholder is the only instruction; disappears on focus

Fix: Add aria-describedby on the checkbox pointing to the warning text. Move tag-input instructions to a persistent hint element with aria-describedby wiring.

Refs: MED-W12, MED-W13

Two form fields lack programmatic context: 1. **Wildcard checkbox** — `aria-describedby` missing; screen reader users hear 'I understand, go for it' with no context 2. **Constraint/allergy tag inputs** — placeholder is the only instruction; disappears on focus **Fix:** Add `aria-describedby` on the checkbox pointing to the warning text. Move tag-input instructions to a persistent hint element with `aria-describedby` wiring. **Refs:** MED-W12, MED-W13
pyr0ball added this to the Beta — Recipe Suggestions milestone 2026-04-08 06:43:18 -07:00
pyr0ball added the
bug
accessibility
labels 2026-04-08 06:43:18 -07:00
Sign in to join this conversation.
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: Circuit-Forge/kiwi#40
No description provided.