🎨 Palette: Add Skip to Content Link#7
Conversation
- Injected skip link via assets/js/header.js - Standardized #main-content ID across all primary HTML pages - Added CSS for focus-visible skip link in assets/css/base.css - Updated Roadmap and Changelog JS to mount to #main-content - Added i18n support for skip link in English and Russian Co-authored-by: MilakyS <155958485+MilakyS@users.noreply.github.com>
|
👋 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 dynamic "Skip to Content" link that appears on keyboard focus, allowing users to jump directly to the main content area.
🎯 Why: This is a critical accessibility improvement for keyboard and screen reader users, who otherwise have to tab through the entire navigation menu on every page load.
♿ Accessibility:
tabindex="-1"on the target element to ensure focus works consistently across browsers.#main-contentID across all pages (index,docs,examples,playground,roadmap,changelog) for a unified navigation target.🛠️ Technical Details:
assets/js/header.js.assets/js/roadmap.jsandassets/js/changelog.jsto ensure dynamic components still mount correctly after the ID standardization.var(--accent)for high-visibility focus states.PR created automatically by Jules for task 5591282115479194137 started by @MilakyS