-
Notifications
You must be signed in to change notification settings - Fork 306
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
[Accessibility] Missing "skip to content" link #999
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@nwanduka can I work on the issue? |
I’ve created a pull request that adds a "Skip to Content" link to the Home, Slides, and Info pages to improve accessibility. When the Tab key is pressed, this link becomes the first focusable element, allowing users to bypass the navigation menu and directly access the main content. This enhancement improves the experience for keyboard and screen reader users. Could you please review the PR and share any feedback or required changes? Your insights would be greatly appreciated. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Describe the bug
The header lacks a 'skip to content' link, so users have to tab through the navigation each time they land on a page before they can access the main content.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Users should be able to quickly skip past the navigation links in the header by using a 'skip to content' link, allowing them to directly access the main content of the page without needing to navigate through the entire header.
Screenshots
The text was updated successfully, but these errors were encountered: