π¨ Palette: Improve keyboard accessibility and semantic navigation - #36
π¨ Palette: Improve keyboard accessibility and semantic navigation#36ISTEC-FOR340 wants to merge 1 commit into
Conversation
This change enhances the project's accessibility and UX by: - Adding a 'Skip to main content' link. - Converting non-semantic project cards and 'Back' buttons into semantic <a> tags. - Removing redundant JavaScript-based navigation. - Adding focus-visible styles for all interactive elements to ensure clear keyboard navigation indicators. Co-authored-by: ISTEC-FOR340 <269002038+ISTEC-FOR340@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. |
I have improved the keyboard accessibility and semantic structure of the 'MySketches' project.
Key changes include:
divcards on the landing page andbuttonelements on project pages with semantic<a>tags. This ensures navigation works without JS and leverages native browser features.onclicklisteners inscript.jsas they are no longer needed.:focus-visiblestyles in CSS to provide high-contrast focus rings for keyboard users while maintaining a clean aesthetic for mouse users.aria-hiddenattributes on call-to-action spans.PR created automatically by Jules for task 8176865489169789706 started by @ISTEC-FOR340