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

Suggested accessibility improvements #484

Closed
2 of 4 tasks
martin-nc opened this issue Mar 30, 2021 · 0 comments · Fixed by #549
Closed
2 of 4 tasks

Suggested accessibility improvements #484

martin-nc opened this issue Mar 30, 2021 · 0 comments · Fixed by #549

Comments

@martin-nc
Copy link

martin-nc commented Mar 30, 2021

I'm just writing an accessibility statement for the site and have done a small accessibility audit. There are a few issues that probably need fixing:

  • Skip links: if someone is navigating the site with the tab key we need hidden links that will allow them to skip past lists of links, which are tedious to go through with a tab key. So we need hidden links to 'Skip to the content' (and miss the main menu), 'Skip the tools table' (otherwise you have to go through every single link with your tab key!), 'Skip the contributors' (again, loads of links). Skip links should be visible when they become focused using the tab key.
  • Heading levels: the headings in the footer are <h6>. You can't skip heading levels in HTML. After <h2>, for example, you have to have <h3>, no matter what it looks like. Some assistive devices rely on the heading hierarchy to navigate. So we need the change the footer headings to <h2> and use CSS to make them look smaller. Note: you can skip levels upwards e.g. <h6> to <h2>, but not the other way round.
  • The button for Training materials fails the contrast checker.
  • The links in the life cycle wheel in the menu and home page don't focus when using tab navigation. You don't know where you are when navigating the wheel with a keyboard.

For reference:

And also as a reminder, we are required to meet the 'AA' level of the The Web Content Accessibility Guidelines 2.1.

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 a pull request may close this issue.

1 participant