Skip to content

Commit aa998cd

Browse files
committed
Update error-identification.html
Adding second requested change in the document
1 parent 3a01bc9 commit aa998cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

understanding/20/error-identification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Intent of Error Identification</h2>
2929
<p>This SC requires that users be provided with information about the nature of the error, including the identity of the item in error. What the user should do to correct the item in error is covered by
3030
<a href="error-suggestion">3.3.3 Error Suggestion</a>. Often, the error description can be phrased so that it meets both SC 3.3.1 and SC 3.3.3 simultaneously. For instance, "Please provide a valid email address" conveys that email the field is empty or invalid and also how it can be fixed.
3131
</p>
32-
<p>An "input error" is information provided by the user that is not accepted. This includes:</p>
32+
<p>An "input error" is input data that has failed validation for the application, preventing access to further processing. This includes:</p>
3333

3434
<ul>
3535
<li>information that is required by the web page but omitted by the user, or</li>

0 commit comments

Comments
 (0)