empowerai / fs-permit-platform

Module for intake of special use applications for Forest Service Application Permits
Other
3 stars 0 forks source link

Admin: Form error validation not spoken to screen reader users, errors not spoken when tabbing to invalid inputs. #607

Open JohnHewittCriterion opened 6 years ago

JohnHewittCriterion commented 6 years ago

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

image.png

Linkage: CTF-87 WCAG: 3.3.1 Error Identification

Acceptance criteria

Tasks

Definition of Done