Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard focus ring is lost when focus moves up to error block #95509

Open
4 tasks
bacitracin opened this issue Oct 21, 2024 · 0 comments
Open
4 tasks

Keyboard focus ring is lost when focus moves up to error block #95509

bacitracin opened this issue Oct 21, 2024 · 0 comments
Labels
a11y-defect-1 Critical accessibility issue that should be fixed before launch or in the next sprint accessibility DBEX-TREX Disability Benefits Experience - Team T-Rex disability-experience

Comments

@bacitracin
Copy link

Issue Description

This issue was identified in the accessibility audit of the review & confirmation pages of the 526 form.

Expected severity: a11y-defect-1
Page: review-and-submit
Environment: keyboard navigation
Estimated Level of Effort to fix: Low
Design system component involved: Yes
Relevant WCAG success criteria: 2.4.7 Focus Visible Level AA

To Reproduce:

  • Open Review Veteran Details accordion.
  • Click on "Edit" button for Veteran contact information.
  • Remove street address value.
  • TAB to "Save" button.
  • Press ENTER.

Expected Behavior

  • Focus moves up to the "Please enter a street address" error and yellow focus ring should appear around focused error. Styling for the ring: outline: 2px solid #f9c642;

Actual Behavior

  • Focus moves up to the "Please enter a street address" error but you can't see it. You can find your keyboard focus again if you press TAB.

Tasks

  • Add focus styling to the error element that receives focus. TBD if we will need to actually touch the design system component.
  • Please update the "Fix Status" column in the 526 Accessibility Audit issues tracking doc when ticket is started and completed.

Acceptance Criteria

  • Focus moves up to the "Please enter a street address" error and yellow focus ring should appear around focused error.
  • Accessibility Audit issue tracking doc is updated with ticket status
@bacitracin bacitracin added accessibility DBEX-TREX Disability Benefits Experience - Team T-Rex disability-experience labels Oct 21, 2024
@pacerwow pacerwow added the a11y-defect-1 Critical accessibility issue that should be fixed before launch or in the next sprint label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-defect-1 Critical accessibility issue that should be fixed before launch or in the next sprint accessibility DBEX-TREX Disability Benefits Experience - Team T-Rex disability-experience
Projects
None yet
Development

No branches or pull requests

2 participants