PRINCIPLE 3: UNDERSTANDABLE Flashcards

Information and the operation of the user interface must be understandable.

1
Q

GUIDELINE 3.1

A

READABLE

Make text content readable and understandable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SUCCESS CRITERION 3.1.1

A

LANGUAGE OF PAGE (A)

The default human language of each web page can be programmatically determined

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SUCCESS CRITERION 3.1.2

A

LANGUAGE OF PARTS (AA)
The human language of each passage or phrase in the content can be programmatically determined except for proper names, technical terms, words of indeterminate language, and words or phrases that have become part of the vernacular of the immediately surrounding text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GUIDELINE 3.2

A

PREDICTABLE

Make web pages appear and operate in predictable ways

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SUCCESS CRITERION 3.2.1

A
ON FOCUS (A)
When any user interface element receives focus, it does not initiate a change of context
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SUCCESS CRITERION 3.2.2

A
ON INPUT (A)
Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SUCCESS CRITERION 3.2.3

A
CONSISTENT NAVIGATION (AA)
Navigational mechanisms that are repeated on multiple Web pages within a set of Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SUCCESS CRITERION 3.2.4

A
CONSISTENT IDENTIFICATION (AA)
Components that have the same functionality within a set of Web pages are identified consistently.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

GUIDELINE 3.3

A

INPUT ASSISTANCE

Help users avoid and correct mistakes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SUCCESS CRITERION 3.3.1

A
ERROR IDENTIFICATION (A)
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SUCCESS CRITERION 3.3.2

A

LABELS OR INSTRUCTIONS (A)

Labels or instructions are provided when content requires user input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SUCCESS CRITERION 3.3.3

A
ERROR SUGGESTION (AA)
If an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user, unless it would jeopardize the security or purpose of the content.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SUCCESS CRITERION 3.3.4

A
ERROR PREVENTION (LEGAL, FINANCIAL, DATA) (AA)
For Web pages that cause legal commitments or financial transactions for the user to occur, that modify or delete user-controllable data in data storage systems, or that submit user test responses, 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly