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

Added tab focus to top banner and navigation to About/Support Modal #1733

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

j264415
Copy link
Member

@j264415 j264415 commented Feb 22, 2024

Issue:

#1718 - Accessibility Audit for Keyboard Navigation, Screen Reader and High Zoom

As documented in this issue I am solving:

  • Explore top banner items - adding focus to top banner elements.

  • Adding tabbing and arrow functionality within the About/Support menu modal.

Code changes:

  • The tabindex for the search field has been changed to 0. This is to make sure it obeys tab order rules.
  • CSS styles were updated to visually display focus in the top banner.
  • When About/support modal is open, users can tab to the tab-list items (FAQS, Report etc), and arrow across them left and right.

User-facing changes:

Users can now see that components in the top banner are focused when tabbing through the application.
Users can now also navigate the About/support modal with tabbing and and arrow across them left and right.

Replication:

  1. Navigate the web page using the Tab key till you get to that top banner.
  2. Press Tab and you will see the elements focused.
  3. The element in focus should have a black outline .

About/Support Replication:

  1. Navigate the web page using the Tab key till you get to that top banner About/Support Element.
  2. Press Enter to open the modal.
  3. Press Tab till you have the FAQs tab-list highlighted (this will normally take 2 Tab presses).
  4. Arrow Left or Right to navigate across the tab-list titles.
  5. Press Enter or Space to open any of the tab-lists.
  6. Press Tab to navigate through the contents of these Tab-list.
  7. Press Enter or Space to open any contents that is highlighted.

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2024

CLA assistant check
All committers have signed the CLA.

@j264415 j264415 changed the title Added tab focus to top banner Added tab focus to top banner and navigation to About/Support Modal Mar 7, 2024
@j264415 j264415 marked this pull request as ready for review March 11, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants