🎨 Palette: Expose custom keyboard shortcuts - #78
Conversation
Added `aria-keyshortcuts` attributes to the theme toggle and path cards to expose their custom keybindings to assistive technologies. Also appended the shortcuts to the `title` attributes so they are discoverable via hover for sighted users. Included a journal entry in `.Jules/palette.md` for this accessibility pattern. Co-authored-by: divineforge <1146195+divineforge@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. |
Deploying gzen with
|
| Latest commit: |
a628693
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d53864eb.gzen.pages.dev |
| Branch Preview URL: | https://palette-keyboard-shortcuts-5.gzen.pages.dev |
Deploying gzen-ki with
|
| Latest commit: |
a628693
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://53f99db1.gzen-ki.pages.dev |
| Branch Preview URL: | https://palette-keyboard-shortcuts-5.gzen-ki.pages.dev |
Added `aria-keyshortcuts` attributes to the theme toggle and path cards to expose their custom keybindings to assistive technologies. Also appended the shortcuts to the `title` attributes so they are discoverable via hover for sighted users. Included a journal entry in `.Jules/palette.md` for this accessibility pattern. Fixed an issue where older Hugo configurations using `languageCode` caused CI pipeline failures by updating `hugo.toml` configurations to use `locale`. Co-authored-by: divineforge <1146195+divineforge@users.noreply.github.com>
Added `aria-keyshortcuts` attributes to the theme toggle and path cards to expose their custom keybindings to assistive technologies. Also appended the shortcuts to the `title` attributes so they are discoverable via hover for sighted users. Included a journal entry in `.Jules/palette.md` for this accessibility pattern. Co-authored-by: divineforge <1146195+divineforge@users.noreply.github.com>
Added `aria-keyshortcuts` attributes to the theme toggle and path cards to expose their custom keybindings to assistive technologies. Also appended the shortcuts to the `title` attributes so they are discoverable via hover for sighted users. Included a journal entry in `.Jules/palette.md` for this accessibility pattern. Co-authored-by: divineforge <1146195+divineforge@users.noreply.github.com>
💡 What: Added
aria-keyshortcutsand updatedtitleattributes on the ThemeToggle and PathCard components.🎯 Why: These elements have custom JavaScript keyboard shortcuts (
Tfor theme toggle,K/I/L/Ofor path cards) that were previously undiscoverable by sighted users and hidden from screen readers. This micro-UX enhancement makes them accessible to all.♿ Accessibility: The
aria-keyshortcutsattribute exposes the bindings to assistive technologies, making the custom shortcuts fully accessible and compliant with ARIA standards for custom keybindings.📸 Before/After: The visual change adds the shortcut to the native browser tooltip on hover. (See verification artifacts)
PR created automatically by Jules for task 5934063332654614888 started by @divineforge