a11y: star rating widget missing group role and aria-pressed state (WCAG 1.3.1) #39
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
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#39
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?
In
SaveRecipeModal.vue, the star rating had a visible 'Rating' label but no programmatic group association, and no selected-state announcement.Fixed:
id="rating-label"to the label<div role="group" aria-labelledby="rating-label">:aria-pressed="n <= (localRating ?? 0)"to each star buttonRefs: MED-W11