Open 1Copenut opened 3 weeks ago
@dysbo I'm grabbing this one off the backlog while I'm blocked on my other accessibility ticket. Should be a very quick win for us.
Turns out this is an upstream item in the VADS. I'll pivot and work in that repo to issue a patch fix.
Point of contact
Trevor Pierce
Severity level
3, Moderate. Should be fixed in 1-3 sprints post-launch.
Details
The VA Documents and Letters (step 2) view has an "Expand all" button for the accordions. This button has an
aria-expanded
attribute that doesn't make sense here because it's a control for multiple accordions, with text that updates to match its current state. Screenshot attached.Reproduction steps
Enter
to expand the accordionsProposed solution or next steps
I'm proposing we remove the
aria-expanded
attribute from this button and just use the text to describe what action the button will take.References, articles, or WCAG support
Type of issue