a11y: wildcard checkbox and tag inputs missing programmatic context (WCAG 3.3.2) #40
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#40
Loading…
Reference in a new issue
No description provided.
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?
Two form fields lack programmatic context:
aria-describedbymissing; screen reader users hear 'I understand, go for it' with no contextFix: Add
aria-describedbyon the checkbox pointing to the warning text. Move tag-input instructions to a persistent hint element witharia-describedbywiring.Refs: MED-W12, MED-W13