department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
283 stars 204 forks source link

[FSR] Discovery for checkbox group component not focusing on the h3 #93136

Closed josephrlee closed 1 month ago

josephrlee commented 1 month ago

Description

Enter a detailed description of the work - gherkin syntax below is acceptable.

Given: A screenreader user fills out the FSR When: They select a screen with a checkbox group Then: The focus should shift to the h3 on the page like all the other pages

image

Tasks

Design and Front End sync on implementation of design

Acceptance criteria

Testing

Testing procedure: If additional testing steps or credentials to perform testing are needed list them here


Ticket creation

Ticket requirements ### Required to be "Ready" - [x] Description written - [x] Tasks defined - [x] Acceptance criteria written - [ ] Testing defined - [x] Add Labels - [x] Attach to an Epic - [x] Estimate Points
OptionSelect commented 1 month ago

Based on my testing method that I got from (this article)[https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/accessibility/focus] the initial page focus is indeed being set on the correct element, this spot is the only va-checkbox-group implementation in our app. image.png

FWIW as well, the screenshotted page is no longer used by our form as well so we should be good to go. Closing out and we can reopen if needed!