Closed davidakennedy closed 2 years ago
Hi @davidakennedy, this issue should be addressed in my PR here: https://github.com/department-of-veterans-affairs/va-forms-system-core/pull/565
I added another feature in my PR that ensures focus is placed back on the Edit button when "Back to Review Page" is activated from the Edit View. Would this behavior improve accessibility?
I added another feature in my PR that ensures focus is placed back on the Edit button when "Back to Review Page" is activated from the Edit View. Would this behavior improve accessibility?
Hi @obliviga, thanks for the work on this! Yes, I think that's a good call. It's a nicety/good UX to put them back where they started. Good call!
:tada: This issue has been resolved in version 1.3.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Verified fix has been deployed to the main branch.
Point of contact
David Kennedy (DK)
Severity level
3, Moderate. Should be fixed in 1-3 sprints post-launch.
Details
There are a few spots in the form where ID attributes aren't unique. These are:
It looks like each of these has a h2 with the same ID. I'm not sure if this is an individual demo form problem with the implementation or something the form does on its own.
Reproduction steps
Proposed solution or next steps
Only refer to an ID once.
References, articles, or WCAG support
WCAG 4.1.1 Parsing
Type of issue