🎨 Palette: Add skip to main content links#60
🎨 Palette: Add skip to main content links#600m364 wants to merge 1 commit intoadd-0m364-website-1232764033486168073from
Conversation
Added visually hidden 'Skip to main content' link that appears on focus. Updated main tags to include the necessary target id. This enables keyboard-only users to bypass repetitive navigation links.
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Added a "Skip to main content" link as the first focusable element on all HTML pages (
index.html,products.html,concepts.html,contact.html).🎯 Why: To allow keyboard-only users and screen reader users to easily bypass repetitive top-level navigation links and jump directly to the main content.
📸 Before/After: Before, pressing Tab navigated through all header links. Now, the first Tab press reveals a prominent "Skip to main content" link.
♿ Accessibility: This is a fundamental WCAG requirement for bypassing blocks of content (WCAG 2.4.1). Added
id="main-content"to all<main>tags.PR created automatically by Jules for task 5068917565907149609 started by @0m364