Skip to content

🎨 Palette: Add skip to main content link#11

Merged
github-actions[bot] merged 1 commit into
mainfrom
palette/add-skip-link-1857426969393064369
Jun 21, 2026
Merged

🎨 Palette: Add skip to main content link#11
github-actions[bot] merged 1 commit into
mainfrom
palette/add-skip-link-1857426969393064369

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

πŸ’‘ What:
Added a "Skip to main content" link (.skip-link) at the start of the <body> element. It remains hidden off-screen until it receives focus (:focus-visible).

🎯 Why:
This addresses a critical accessibility issue where keyboard and screen reader users must tab through the entire primary navigation menu before reaching the main content. This allows users to easily jump to the primary content section.

πŸ“Έ Before/After:

  • Before: Users had to press Tab multiple times through the header and nav links before getting to the main content.
  • After: The first Tab press reveals the "Skip to main content" link, which directly focuses the <main> element when activated.

β™Ώ Accessibility:

  • Provides a standard skip-to-content navigation mechanism.
  • Set tabindex="-1" on <main> so it programmatically receives focus without entering the normal tab order.
  • Removed jarring outline from <main> when it gets focused to preserve visual polish for mouse and keyboard users.
  • Added i18n strings for Korean and English.

PR created automatically by Jules for task 1857426969393064369 started by @seonghobae

Adds a hidden "Skip to main content" link at the top of the body that becomes visible when focused via keyboard navigation. Updates the main element to receive focus and adds required i18n support.
@google-labs-jules

Copy link
Copy Markdown

πŸ‘‹ Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a πŸ‘€ emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 90ab7fb2b4a9278ffcdc34dda62f418cbd7a29ee
  • Workflow run: 27906577401
  • Workflow attempt: 1
  • Gate result: APPROVE (exit 0)

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenCode Agent approved this PR.

The PR introduces accessibility improvements, including a skip-to-content link and proper ARIA roles, and updates documentation. No blockers or regressions were found.

  • Result: APPROVE
  • Reason: The changes improve accessibility and maintainability without introducing regressions.
  • Head SHA: 90ab7fb2b4a9278ffcdc34dda62f418cbd7a29ee
  • Workflow run: 27906577401
  • Workflow attempt: 1

@github-actions github-actions Bot merged commit 59769f7 into main Jun 21, 2026
1 check passed
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