🎨 Palette: UX Accessibility Improvements for Material Symbols and Buttons#77
Hidden character warning
🎨 Palette: UX Accessibility Improvements for Material Symbols and Buttons#77Bhishaj9 wants to merge 1 commit into
Conversation
…tons - Adds `aria-hidden="true"` to `<span class="material-symbols-outlined">` elements across all HTML templates to prevent screen readers from announcing raw ligatures. - Adds appropriate `aria-label`s to purely icon-based buttons (Deploy, Copy, Download, Back) to ensure screen reader accessibility. - Creates `.jules/palette.md` to log critical UX/a11y learnings regarding Material Symbols. 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. |
💡 What:
aria-hidden="true"to all decorative Material Symbols icons to prevent screen readers from reading out raw ligatures.aria-labels to icon-only interactive elements (such as the "Back to Home" link, "Deploy" button, "Copy" and "Download" buttons)..jules/palette.mdjournal and logged the a11y learning about structural icon elements.🎯 Why:
♿ Accessibility:
PR created automatically by Jules for task 2205988244158153025 started by @Bhishaj9