fix(a11y): 🎨 Palette: Improve screen reader accessibility for inputs and decorative text#130
fix(a11y): 🎨 Palette: Improve screen reader accessibility for inputs and decorative text#130myarichuk wants to merge 1 commit into
Conversation
Added aria-labels to the "View Full Library" and "View all lore" links to hide decorative arrows from screen readers. Also added an aria-label to the search input in the Players view to improve accessibility since placeholder alone is insufficient. Co-authored-by: myarichuk <1473701+myarichuk@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. |
💡 What: Wrapped decorative trailing arrows in
<span aria-hidden="true">and added descriptivearia-labels to their parentatags on the Home and Grimoire pages. Added anaria-labelto the search input on the Players page.🎯 Why: Screen readers were reading "rightwards arrow" for the links, confusing the context. Also, inputs without explicit labels need an
aria-labelasplaceholdertext is insufficient for screen readers.♿ Accessibility: Improved screen reader announcements for text links with decorative characters and improved form input accessibility.
PR created automatically by Jules for task 9127116708966729192 started by @myarichuk