< Back to Guides | Learn more at PaulJAdam.com >
ARIA Form Validation - Accessibility Quick Guide
All browsers and screen readers support ARIA and JavaScript form validation.
Guidance
- Screen reader user must hear form errors on an invalid submission.
- Screen reader user must hear invalid state and error message spoken when tabbing to an invalid input.
- Error messages must be helpful and should explain how to fix the problem.
Bad Example