🎨 Palette: Enhance Form and Drop Zone Accessibility#69
🎨 Palette: Enhance Form and Drop Zone Accessibility#69
Conversation
- Add `for` attributes to all form labels linking them to their corresponding select inputs. - Add `aria-live="polite"` to the status text so screen readers announce dynamic progress updates. - Add baseline `aria-valuenow="0"`, `aria-valuemin="0"`, and `aria-valuemax="100"` to the progress bar and dynamically update `aria-valuenow` via JavaScript. - Improve drop zone accessibility by adding `tabindex="0"` and `role="button"`. - Implement keyboard navigation for the drop zone allowing users to focus it, receive visual highlight feedback, and trigger the file picker using Enter or Space. Co-authored-by: Nawayisus <154715157+Nawayisus@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. |
🎨 Palette: Enhance accessibility for primary form and drop zone
💡 What:
forattributes to all form labels connecting them to their respective inputs.🎯 Why:
Users relying on screen readers or keyboard navigation previously could not easily identify form controls, interpret dynamic progress updates, or use the file drop zone without a mouse. These enhancements ensure the core functionality of the application is fully accessible to all users.
♿ Accessibility:
aria-live="polite".aria-valuenow.tabindex="0",role="button",Enter/Spacehandlers).PR created automatically by Jules for task 9335485049865023343 started by @Nawayisus