Improve usability of feedback messages #15
Labels
No labels
accessibility
bug
Doing
duplicate
enhancement
good first issue
help wanted
invalid
Query
question
To Do
usability
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
OERF/register-enrol#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The way we've presented the feedback messages (red text) in the
registration form, using multiple labels when the form is submitted with missing input, works, but typically, these would be
presenting using ARIA role="alert" and sending focus to the first field with missing/incorrect data. I don't think you need to change the messaging. But, for future reference, ARIA alerts generally serve this purpose.