-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Task: Edit MCAG section 3.3.1 considering the mobile research questions (to be completed)
If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text.
Sufficient Techniques for Success Criterion 3.3.1
Note: Other techniques may also be sufficient if they meet the success criterion. See Understanding Techniques.
Situation A: If a form contains fields for which information from the user is mandatory.
G83: Providing text descriptions to identify required fields that were not completed
ARIA21: Using Aria-Invalid to Indicate An Error Field
SCR18: Providing client-side validation and alert
[PDF5: Indicating required form controls in PDF forms ](https://www.w3.org/WAI/WCAG22/Techniques/pdf/PDF5.html)
Situation B: If information provided by the user is required to be in a specific data format or of certain values.
ARIA18: Using aria-alertdialog to Identify Errors
ARIA19: Using ARIA role=alert or Live Regions to Identify Errors
ARIA21: Using Aria-Invalid to Indicate An Error Field
G84: Providing a text description when the user provides information that is not in the list of allowed values
G85: Providing a text description when user input falls outside the required format or values
SCR18: Providing client-side validation and alert
SCR32: Providing client-side validation and adding error text via the DOM
[PDF22: Indicating when user input falls outside the required format or values in PDF forms ](https://www.w3.org/WAI/WCAG22/Techniques/pdf/PDF22.html)
Advisory Techniques for Success Criterion 3.3.1
G139: Creating a mechanism that allows users to jump to errors
G199: Providing success feedback when data is submitted successfully
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation