🎨 Palette: Add accessible aria-labels to dynamic input grids - #4297
🎨 Palette: Add accessible aria-labels to dynamic input grids#4297dieterolson wants to merge 1 commit into
Conversation
Added explicit `id` and `htmlFor` attributes to standalone form elements to ensure proper screen reader association. For dynamically mapped inputs representing matrices and vectors (which lack individual labels), added descriptive `aria-label` attributes to ensure visually impaired users can identify the precise mathematical component (e.g., "Transform Row 1, Column 2"). Co-authored-by: dieterolson <198168927+dieterolson@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: Added explicitly linked labels via
id/htmlForfor standalone inputs, and context-awarearia-labelattributes to dynamic matrix and vector inputs.🎯 Why: Screen readers could not determine the exact coordinate or matrix position of mapped input fields, making the tool difficult to use for visually impaired users.
📸 Before/After: Inputs in matrices and vectors previously had no explicit accessible names. They now announce their precise mathematical components (e.g., "Transform Row 1, Column 2").
♿ Accessibility: Fixes missing labels in form controls and improves screen reader compatibility for mathematically structured input grids per
.jules/palette.mdlearnings.PR created automatically by Jules for task 5253491654548337478 started by @dieterolson