🎨 Palette: Improve drilldown navigation accessibility and keyboard focus#224
🎨 Palette: Improve drilldown navigation accessibility and keyboard focus#224aarjava wants to merge 1 commit into
Conversation
Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
👋 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: Converted the generic breadcrumb
divto a semantic<nav aria-label="Breadcrumb">, marked active steps witharia-current="step", added dynamic progression announcements viaaria-live="polite", added high-contrast keyboard focus outlines to interactive elements, and hid decorative chevron icons from screen readers.🎯 Why: The drilldown navigation previously lacked sufficient semantic context for screen readers to understand the relationship between steps. Deeply embedded navigational components also lacked standard visual focus indicators during keyboard traversal, and dynamic progress text wasn't being announced.
📸 Before/After: Visual focus rings now visible during Tab navigation, and screen reader testing simulated.
♿ Accessibility:
<nav aria-label="Breadcrumb">aria-current="step"to the active level buttonfocus-visible:ring-2 focus-visible:ring-neutral-400to breadcrumb and control buttonsaria-live="polite"to the dynamic Level counter ("Level X of Y")aria-hidden="true"to purely decorativeChevronLeftandChevronRighticons.Jules/palette.mdPR created automatically by Jules for task 7703703286919734016 started by @aarjava