Closed josephrlee closed 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.
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!
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 pagesTasks
va-checkbox-group
doesn't focus to theh3
when a page is loadedDesign and Front End sync on implementation of design
Acceptance criteria
Testing
h3
inside thecheckbox-group-component
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