You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to resolve the two types of form validation;
a) single error on a single page (following "one thing per page" pattern)
b) when there are multiple errors on a page
For A, focus for validation goes to the next relevant selectable area (e.g. a container surrounding the form labelled with "next question")
For B, a banner is displayed at the top of the page announcing and explain errors. User then tabs through form to discover errors.
role="alert"
to validation components in order to get them read out by VoiceOver.ARIA
invalid for this purpose too.ARIA
describedBy to link to a form element.The text was updated successfully, but these errors were encountered: