a11y: tab bar missing full ARIA semantics (WCAG 4.1.2) #32
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#32
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?
The Find/Browse/Saved tab bar had no ARIA role — screen readers saw three disconnected buttons.
Fixed in
RecipesView.vue:role="tablist"+aria-label="Recipe sections"on wrapperrole="tab"+:aria-selected+ dynamictabindexon each buttonrole="tabpanel"+aria-labelledbyon each panel areaonTabKeydownRefs: CRIT-W3