This is a form validation package I have developed to deliver the UX I want in web forms that use the HTML5 constraint validation API.
You're welcome to reuse, fork, modify etc. and chances are you will need to (unless you like my markup and don't need any language other than English).
You may want to check out @jzaefferer's jquery-validation
- find a
label
for a form field - find a
group
containing a form field
- find the current
validationMessage
for a form field
.active
indicates user last interacted with this question or group- display list of validation alerts in a box
.status
- validate html5
@required
- validate html5
@type=email
- documentation!!
- separate submit suppression into a separate repo?
- html5 validation for test pages
- acceptance tests in multiple browsers