π¨ Palette: Add accessible aria-live region to Add Domain Wizard error#246
π¨ Palette: Add accessible aria-live region to Add Domain Wizard error#246
Conversation
This change adds `id="wizard-domain-error"`, `role="alert"`, and `aria-live="polite"` to the error container within the "Add a domain" wizard, and links it to the domain input using `aria-describedby`. This ensures screen readers correctly and immediately announce validation errors. Co-authored-by: schmug <38227427+schmug@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. |
Deploying with Β
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| β
Deployment successful! View logs |
dmarcheck | aad0b42 | May 06 2026, 01:24 AM |
π― What: Added an accessible aria-live region to the "Add Domain" wizard error message.
π‘ Why: When a validation error occurs (e.g. an invalid domain format) and the error message appears dynamically, screen readers would not automatically announce it.
βΏ Accessibility:
wizard-domaininput usingaria-describedby.role="alert"andaria-live="polite"to the error container to ensure immediate announcement to assistive technologies.PR created automatically by Jules for task 6594199791866104022 started by @schmug