PRINCIPLE 3: UNDERSTANDABLE Flashcards
Information and the operation of the user interface must be understandable.
GUIDELINE 3.1
READABLE
Make text content readable and understandable
SUCCESS CRITERION 3.1.1
LANGUAGE OF PAGE (A)
The default human language of each web page can be programmatically determined
SUCCESS CRITERION 3.1.2
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.
GUIDELINE 3.2
PREDICTABLE
Make web pages appear and operate in predictable ways
SUCCESS CRITERION 3.2.1
ON FOCUS (A) When any user interface element receives focus, it does not initiate a change of context
SUCCESS CRITERION 3.2.2
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.
SUCCESS CRITERION 3.2.3
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.
SUCCESS CRITERION 3.2.4
CONSISTENT IDENTIFICATION (AA) Components that have the same functionality within a set of Web pages are identified consistently.
GUIDELINE 3.3
INPUT ASSISTANCE
Help users avoid and correct mistakes
SUCCESS CRITERION 3.3.1
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.
SUCCESS CRITERION 3.3.2
LABELS OR INSTRUCTIONS (A)
Labels or instructions are provided when content requires user input.
SUCCESS CRITERION 3.3.3
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.
SUCCESS CRITERION 3.3.4
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.