a11y: Apply workspace Q&A toggle missing aria-expanded #99
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#99
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 APPLICATION Q&A section toggle button in
ApplyWorkspace.vuedoes not setaria-expanded. Screen readers cannot tell users whether the section is open or closed.Fails WCAG 4.1.2 (Name, Role, Value).
Fix: Find the Q&A toggle button and add
:aria-expanded="qaExpanded"(matching whatever reactive ref controls open state).