Conversation
- Sync aria-expanded state when closing mobile navigation menu via link clicks. - Add Escape key event listener to close mobile menu and return focus to menu toggle button. - Initialize and update aria-expanded attribute on FAQ accordion buttons. - Add global :focus-visible focus ring styles to styles.css for keyboard navigation. - Add Palette journal entry in .Jules/palette.md documenting ARIA disclosure state sync and keyboard dismissal. Co-authored-by: aryansk <70511529+aryansk@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. |
…uttons - Add .accessibilityValue(selected ? "Selected" : "Not selected") to SketchPill in StoryTime2.0/Theme/SketchComponents.swift for unambiguous VoiceOver filter selection announcements. - Add Palette journal entry in .Jules/palette.md documenting VoiceOver selection state behavior in SwiftUI filter controls. Co-authored-by: aryansk <70511529+aryansk@users.noreply.github.com>
Adds keyboard navigation support and ARIA disclosure state updates to the static website. Mobile navigation menu now handles Escape key dismissal with focus restoration, link click aria-expanded syncing, FAQ accordions now declare aria-expanded attributes, and global :focus-visible outlines are enabled for clear keyboard focus indicators.
PR created automatically by Jules for task 3653474634501277159 started by @aryansk