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
This PR does address some client-side validation using HTML5's required attribute within input and textbox fields. However, a better solution is needed to improve compatibility and accessibility (a11y).
We also need voiceover to also announce any error.
The text was updated successfully, but these errors were encountered:
While working on Send Message A11Y Audit - Unique IDs, the need for client-side validation on forms has arisen.
This PR does address some client-side validation using HTML5's required attribute within input and textbox fields. However, a better solution is needed to improve compatibility and accessibility (a11y).
We also need voiceover to also announce any error.
The text was updated successfully, but these errors were encountered: