🎨 Palette: Add skip to main content link#64
🎨 Palette: Add skip to main content link#640m364 wants to merge 1 commit intoadd-0m364-website-1232764033486168073from
Conversation
Added a visually hidden "Skip to main content" link as the first focusable element on all pages to improve keyboard and screen reader accessibility. This allows users to bypass repeated navigation and jump directly to the main content area (`#main-content`). Also added an entry to `.Jules/palette.md` for this crucial accessibility learning.
|
👋 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 visually hidden "Skip to main content" link to the top of all pages (
index.html,concepts.html,products.html,contact.html).🎯 Why: Keyboard and screen reader users have to tab through all navigation links on every page load before reaching the main content. This bypass link improves efficiency and usability for those relying on keyboard navigation.
📸 Before/After: Visuals verified locally via Playwright screenshots. The link is invisible unless focused, adhering to the site's design until needed.
♿ Accessibility: Ensures WCAG compliance for bypassing blocks of content (Success Criterion 2.4.1). Added
id="main-content"to the<main>tags to provide an anchor target for the skip link. Updated.Jules/palette.mdwith learning.PR created automatically by Jules for task 2943715202024785547 started by @0m364