Errors preventable
foundational
Normative Text
Data entry interfaces allow for users to do at least one of the following before submission:
- Review, confirm, and correct all information; or
- Review and correct input errors found during validation.
Except when
- entered data is auto-saved and/or reversible.
Editors are looking at removing the grey area that may exist in this requirement due to interpretations of the word “submission“ (pressing “Submit” in the UI or receiving information server-side).
Tests
This section is non-normative.
Procedure
For each data entry point:
- Check that users can return at any point in the process to correct data they entered.
- If it’s not possible to go back and correct the data during the process, check that the information being submitted can be reviewed and corrected before submission, or that it’s validated and can be fixed before submission.
Expected results
- #1 is true, or
- #2 is true.
Tests
This content needs to be written.