Open JohnHewittCriterion opened 6 years ago
The form errors are not spoken on invalid input focus. The invalid state is not spoken either. If there are 3 errors for an input then all 3 must be connected to the input. This is true for all the inputs not just the date shown below.
Use aria-invalid and aria-describedby http://pauljadam.com/csunmobile/form-aria.html
Linkage: CTF-87 WCAG: 3.3.1 Error Identification
Notes
The form errors are not spoken on invalid input focus. The invalid state is not spoken either. If there are 3 errors for an input then all 3 must be connected to the input. This is true for all the inputs not just the date shown below.
Use aria-invalid and aria-describedby http://pauljadam.com/csunmobile/form-aria.html
Linkage: CTF-87 WCAG: 3.3.1 Error Identification
Acceptance criteria
Tasks
Definition of Done