1.4 KiB
1.4 KiB
Back to 3 Understandable index
3.3.6 Error Prevention (All)
- Level: AAA
- Guideline: 3.3 Input Assistance
- Principle: 3 Understandable
What it is
For web pages that require the user to submit information, at least one of the following is true:
- Reversible: Submissions are reversible.
- Checked: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them.
- Confirmed: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission.
How to test
- Check: Submissions are reversible.
- Check: Data entered by the user is checked for input errors and the user is provided an opportunity to correct them.
- Check: A mechanism is available for reviewing, confirming, and correcting information before finalizing the submission.
- Use the sufficient techniques below as acceptable methods when applicable.
Sufficient techniques (W3C)
- Following the sufficient techniques for Success Criterion 3.3.4 for all forms that require the user to submit information