Skip to content

Commit 434630e

Browse files
committed
Matched up “correct errors” group with latest feedback
- Updated content in correct errors group to latest. - Removed error linked, cause identified, descriptive errors. - Changed name for error cause association to input errors. Signed-off-by: Hidde de Vries <hidde@hiddedevries.nl>
1 parent 9f1d535 commit 434630e

13 files changed

+102
-50
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
children:
33
- error-notification
4-
- error-cause-identified
5-
- descriptive-errors
6-
- error-cause-in-notification
7-
- error-suggestion
84
- error-visibility
9-
- error-persists
10-
- error-cause-association
11-
- error-linked
5+
- input-errors
6+
- error-suggestion
127
- error-location
8+
- error-persists
9+
- error-prevention
1310
---
1411

1512
Users know about and can correct errors.
13+
14+

guidelines/groups/error-handling/correct-errors/descriptive-errors.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

guidelines/groups/error-handling/correct-errors/error-cause-association.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

guidelines/groups/error-handling/correct-errors/error-cause-identified.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

guidelines/groups/error-handling/correct-errors/error-cause-in-notification.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

guidelines/groups/error-handling/correct-errors/error-linked.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

guidelines/groups/error-handling/correct-errors/error-location.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,14 @@ status: developing
33
type: supplemental
44
---
55

6-
Error messages are visually collocated with the error source.
6+
Error messages are visually collocated with the error source or the focus is moved to the error message and a mechanism is available to move to the input that is in error.
7+
8+
:::tests
9+
<b>Procedure</b>
10+
1. Zoom in 400%
11+
2. Trigger errors
12+
3. Make sure the error is visible next to the trigger or that the focus moves to the error.
13+
14+
<b>Expected Results</b>
15+
* #3 is true
16+
:::

guidelines/groups/error-handling/correct-errors/error-notification.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,18 @@ status: developing
33
type: foundational
44
---
55

6-
When an error is detected, users are notified visually and programmatically that an error has occurred.
6+
Errors that can be automatically detected are identified and the problem is clearly described to the user.
7+
8+
:::note
9+
Examples of errors include invalid form input, server errors or application errors.
10+
:::
11+
12+
:::tests
13+
<b>Procedure</b>
14+
1.Identify parts of the conformance scope where errors can occur.
15+
2. Trigger errors.
16+
3. For each error, verify that the nature of the problem is identified and described
17+
18+
<b>Expted results</b>
19+
* #3 is true for each error.
20+
:::

guidelines/groups/error-handling/correct-errors/error-persists.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@ status: developing
33
type: foundational
44
---
55

6-
Error messages persist until the user dismisses them or the error is resolved.
6+
Error messages persist at least until the error is resolved or the user dismisses them.
7+
8+
:::tests
9+
<b>Procedure</b>
10+
1. Identify the error messages.
11+
2. Verify that the error messages persist until the user fixes the error or dismisses the message.
12+
13+
<b>Expected Results</b>
14+
* #2 is true
15+
:::
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
status: developing
3+
type: foundational
4+
---
5+
6+
Data entry allows users to do at least one of the following before submission:
7+
8+
* Review, confirm, and correct all information; or
9+
* Review and correct input errors found during validation.
10+
11+
:::except-when
12+
data submission is auto-saved and/or reversible.
13+
:::

0 commit comments

Comments
 (0)