Text and Images from Slide
Validation at submission
- Use an HTML page with an error section on top of the page or at least before the form in question
- Provide a proper heading for the error section preferably with the word "error" in the content
- Describe each error in human-understandable way in an ordered/unordered list and link each error to appropriate form control
- Include the word "Invalid" as part of effective label
- Use one of the following techniques to include "Invalid" as part of effective label for form controls with errors:
- Use an image with the word "Invalid" as alt tag
- Use the word "Invalid" as label or legend
- Use special characters with the ABBR element containing Title attribute set to "Invalid". Example: <abbr title="Invalid">*</abbr>
- For effective label comprised from Title attribute, include the word "Invalid" as part of the Title attribute