Skip to content

Add skip link for keyboard accessibility#15

Open
web3blind wants to merge 1 commit into
TheCodeVerseHub:masterfrom
web3blind:accessibility-skip-link
Open

Add skip link for keyboard accessibility#15
web3blind wants to merge 1 commit into
TheCodeVerseHub:masterfrom
web3blind:accessibility-skip-link

Conversation

@web3blind
Copy link
Copy Markdown

Summary

Adds a skip-to-content link so keyboard and screen-reader users can bypass repeated navigation and jump directly to the main content.

What changed

  • Added a Skip to main content link in the root layout.
  • The link is visually hidden until focused.
  • Added id="main-content" and tabIndex={-1} to the main landmarks on key pages.

Why

This addresses #13 and supports WCAG 2.4.1 Bypass Blocks by giving users a reliable way to skip repeated navigation.

Validation

  • Ran targeted ESLint on the changed files.
  • No new errors were introduced in the changed files.
  • Note: the full project lint currently reports pre-existing unrelated issues in other files.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 11, 2026

👷 Deploy request for thecodeversehub pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 202096e

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.

1 participant