🎨 Palette: Improve screen reader accessibility for icon-only buttons#86
🎨 Palette: Improve screen reader accessibility for icon-only buttons#86Bhishaj9 wants to merge 1 commit into
Conversation
Add `aria-label`s to interactive elements relying on icon ligatures and add `aria-hidden="true"` to structural `<span>` tags. Apply fixes consistently across `dashboard.html`, `glassui.html`, `code.html`, and `landingpage.html` inputs, formatting with Prettier. Update `.jules/palette.md` UX journal. Co-authored-by: Bhishaj9 <144550237+Bhishaj9@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. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This PR implements critical accessibility fixes for screen reader compatibility, specifically targeting "icon-only" buttons and links where visual text is missing or hidden responsively.
Changes:
dashboard.html,glassui.html,code.html: Addedaria-labelto "Back to Home", "Deploy", "Copy JSON", and "Download JSON" buttons/links. Addedaria-hidden="true"to the associated Google Material Symbols<span>tags to prevent screen readers from reading out raw ligatures (like "rocket_launch").landingpage.html: Added anaria-labelto the "Enter corporate email"<input type="email">field which previously lacked one..jules/palette.mdUX journal entry documenting the learnings and patterns required for responsive icon buttons.prettier --writeconsistently across modified templates.PR created automatically by Jules for task 14707823851332958829 started by @Bhishaj9