WCAG 2.2 Understandable Flashcards

1
Q

What is meant by understandable?

A

Information and the operation of the user interface must be understandable

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

Guideline 3.1

A

Guideline 3.1: Readable: Make text content readable and understandable

SC 3.1.1 Language of Page: Level A
The default human language of each Web page can be programmatically determined.

SC 3.1.2 Language of Parts: Level 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.

SC 3.1.3 Unusual Words - Level AAA
A mechanism is available for identifying specific definitions of words or phrases used in an unusual or restricted way, including idioms and jargon.

SC 3.1.4 Abbreviations - Level AAA
A mechanism for identifying the expanded form or meaning of abbreviations is available.

SC 3.1.5 Reading Level - Level AAA

When text requires reading ability more advanced than the lower secondary education level after removal of proper names and titles, supplemental content, or a version that does not require reading ability more advanced than the lower secondary education level, is available.

3.1.6 Pronunciation - Level AAA

A mechanism is available for identifying specific pronunciation of words where meaning of the words, in context, is ambiguous without knowing the pronunciation.

https://learning.edx.org/course/course-v1:W3Cx+WAI0.1x+3T2019/block-v1:W3Cx+WAI0.1x+3T2019+type@sequential+block@c9a69ab3cbd143e291112d2e5913f00b/block-v1:W3Cx+WAI0.1x+3T2019+type@vertical+block@58fa44e1ee774146bf7bed25f1e72b51

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

What are examples of meeting Guideline 3.1 Readable

A

This includes aspects such as:

  • Identifying the primary language of pages and of page parts
  • Explaining abbreviations, unusual words, and phrases
  • Using simple language or providing simplified alternatives

https://learning.edx.org/course/course-v1:W3Cx+WAI0.1x+3T2019/block-v1:W3Cx+WAI0.1x+3T2019+type@sequential+block@c9a69ab3cbd143e291112d2e5913f00b/block-v1:W3Cx+WAI0.1x+3T2019+type@vertical+block@58fa44e1ee774146bf7bed25f1e72b51

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

According to the WCAG Guidelines, how can we make sure text is readable and understandable?

A

Content authors need to ensure that text content is readable and understandable to the broadest audience possible, including when it is read aloud by text-to-speech. Such content includes:

  • Identifying the primary language of a web page, such as Arabic, Dutch, or Korean
  • Identifying the language of text passages, phrases, or other parts of a web page
  • Providing definitions for any unusual words, phrases, idioms, and abbreviations
  • Using the clearest and simplest language possible, or providing simplified versions

Meeting this requirement helps software, including assistive technology, to process text content correctly. For instance, this requirement helps software to read the content aloud, to generate page summaries, and to provide definitions for unusual words such as technical jargon. It also helps people who have difficulty understanding more complex sentences, phrases, and vocabulary. In particular, it helps people with different types of cognitive disabilities.

https://www.w3.org/WAI/fundamentals/accessibility-principles/#readable

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

Guideline 3.2

A

Guideline 3.2 Make web pages appears and operate in predictable ways.

SC 3.2.1 On Focus - Level A
When any user interface component receives focus, it does not initiate a change of context.

SC 3.2.2 On Input - Level 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.

SC 3.2.3 Consistent Navigation - Level 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.

SC 3.2.4
Consistent Identification- Level AA
Components that have the same functionality within a set of Web pages are identified consistently.

SC 3.2.5 Change on Request - Level AAA
Changes of context are initiated only by user request or a mechanism is available to turn off such changes.

SC 3.2.6 Consistent Help- Level A (Added in 2.2)

If a Web page contains any of the following help mechanisms, and those mechanisms are repeated on multiple Web pages within a set of Web pages, they occur in the same order relative to other page content, unless a change is initiated by the user:

  • Human contact details;
  • Human contact mechanism;
  • Self-help option;
  • A fully automated contact mechanism.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is good practice to include a lot of acronyms, difficult words, idioms, and unusual phrases in your content. (True or False)

A

False

Keep your sentences simple and be sure to explain any acronyms, difficult words, idioms, and unusual phrases in your content.

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

Which of the following must you provide a definition for in order for a passage to be considered readable? (Check all that apply.)

  • usual words
  • new words
  • long words
  • unusual phrases
  • ## abbreviations
A
  • usual words
  • unusual phrases
  • abbreviations

It is important to give definitions to unusual words or phrases, including abbreviations for people with cognitive and learning disabilities.

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

Which of the following groups of people can benefit from good typography choices? (Check all that apply.)

  • people with cognitive disabilities
  • people with auditory disorders
  • people with low vision
  • people who are colorblind
A

people with cognitive disorders
people with low-vision

Many people can benefit from good typography choices, but especially people with low-vision and have cognitive disorders.

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

Shorter sentences and paragraphs are better than longer ones for readability. (True or False)

A

True
Shorter sentences have less cognitive load than longer ones.

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

You should always identify the primary language of a website.

A

True

Assistive technology devices need to know which language the website is in, so they can correctly read the words.

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

Guideline 3.3

A

Guideline 3.3 - Input Assistance
Help users avoid and correct mistakes

SC 3.3.1 Error Identification - Level 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.

SC 3.3.2 Labels or Instructions- Level A
Labels or instructions are provided when content requires user input.

SC 3.3.3 -Error Suggestion - Level 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.

SC 3.3.4 Error Prevention (Legal, Financial, Data) - Level 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.

SC 3.3.5 Help - Level AAA
Context-sensitive help is available.

SC 3.3.6 Error Prevention (All) - Level AAA

For Web pages that require the user to submit information, 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.

SC 3.3.7 Redundant Entry Level A (Added in 2.2)
Information previously entered by or provided to the user that is required to be entered again in the same process is either:

  • auto-populated, or
    available for the user to select.

Except when:

  • re-entering the information is essential,
  • the information is required to ensure the security of the content, or
  • previously entered information is no longer valid.

SC 3.3.8 Accessible Authentication (Minimum) - Level AA (Added in 2.2)

A cognitive function test (such as remembering a password or solving a puzzle) is not required for any step in an authentication process unless that step provides at least one of the following:

  • Alternative: Another authentication method that does not rely on a cognitive function test.
  • Mechanism: A mechanism is available to assist the user in completing the cognitive function test.
  • Object Recognition: The cognitive function test is to recognize objects.
  • Personal Content: The cognitive function test is to identify non-text content the user provided to the Web site.

Note 2: Examples of mechanisms that satisfy this criterion include:

  • support for password entry by password managers to reduce memory need, and
  • copy and paste to reduce the cognitive burden of re-typing.

SC 3.3.9 Accessible Authentication (Enhanced) - Level AAA(Added in 2.2)

A cognitive function test (such as remembering a password or solving a puzzle) is not required for any step in an authentication process unless that step provides at least one of the following:

  • Alternative: Another authentication method that does not rely on a cognitive function test.
  • Mechanism: A mechanism is available to assist the user in completing the cognitive function test.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are important considerations for guideline 3.2?

A
  • Keep the navigation consistent across your website
  • Name buttons and controls consistently too
  • Avoid changing the page simply when actionable elements receive focus or input

https://learning.edx.org/course/course-v1:W3Cx+WAI0.1x+3T2019/block-v1:W3Cx+WAI0.1x+3T2019+type@sequential+block@c9a69ab3cbd143e291112d2e5913f00b/block-v1:W3Cx+WAI0.1x+3T2019+type@vertical+block@50f4ea33b3d74b4786de42b3460d43b5

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

What are some ways to make sure that content appears and operates in predictable ways?

A

Many people rely on predictable user interfaces and are disoriented or distracted by inconsistent appearance or behavior. Examples of making content more predictable include:

  • Navigation mechanisms that are repeated on multiple pages appear in the same place each time
  • User interface components that are repeated on web pages have the same labels each time
  • Significant changes on a web page do not happen without the consent of the user

Meeting this requirement helps people to quickly learn the functionality and navigation mechanisms provided on a website, and to operate them according to their specific needs and preferences. For instance, some people assign personalized shortcut keys to functions they frequently use to enhance keyboard navigation. Others memorize the steps to reach certain pages or to complete processes on a website. Both rely on predictable and consistent functionality.

https://www.w3.org/WAI/fundamentals/accessibility-principles/#predictable

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

It is good practice to change the location of the main navigation from page to page. (True or False)

A

False
Consistent navigation is good for screen reader users, people with cognitive disorders, and many others.

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

Components that are repeated on web pages need to have the same labels each time. (True or False)

A

True
Components need to be consistent, so users understand their purpose.

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

Significant changes on a webpage can happen only when the user is notified. (True or False)

A

True
A user needs to know what is happening on the webpage at all times - especially important changes or changes that require user input.

17
Q

Which of the following assistive technology devices could miss an off-screen change? (Check all that apply.)
- screen magnification tool zoomed in on a page section
- browser zoomed in on a page section
- screen reader

A

All of the above
Any of these assistive technology devices could miss an off-screen change if the new element does not programmatically identify itself to the user.

18
Q

Which of the following groups of people are more affected by inconsistent appearance or behavior of the content? (Check all that apply.)

  • screen reader user
  • screen magnification software user
  • Deaf or hard of hearing user
  • Deafblind user
  • user with an attention disorder
A
  • screen reader user
  • screen magnification software user
  • Deaf or hard of hearing user
  • user with an attention disorder

Screen reader users, screen magnification software users, Deafblind users, and users with an attention disorder are typically more affected by inconsistent appearance or behavior of content.

19
Q

What are ways we can help users to avoid and correct mistakes?

A
  • Submissions can be reversed
  • Submissions are checked for errors
  • User is provided opportunity for final review and correction before submitting

https://learning.edx.org/course/course-v1:W3Cx+WAI0.1x+3T2019/block-v1:W3Cx+WAI0.1x+3T2019+type@sequential+block@c9a69ab3cbd143e291112d2e5913f00b/block-v1:W3Cx+WAI0.1x+3T2019+type@vertical+block@397361d1f24441caafb1d402ade28776

20
Q

What are more ways we can help users avoid and correct mistakes?

A

Forms and other interaction can be confusing or difficult to use for many people, and, as a result, they may be more likely to make mistakes. Examples of helping users to avoid and correct mistakes include:

  • Descriptive instructions, error messages, and suggestions for correction
  • Context-sensitive help for more complex functionality and interaction
  • Opportunity to review, correct, or reverse submissions if necessary

Meeting this requirement helps people who do not see or hear the content, and may not recognize implicit relationships, sequences, and other cues. It also helps people who do not understand the functionality, are disoriented or confused, forget, or make mistakes using forms and interaction for any other reason.

https://www.w3.org/WAI/fundamentals/accessibility-principles/#tolerant
https://www.w3.org/WAI/tutorials/forms/

21
Q

Errors need to be described to the user, ideally in complex terms? (True or False)

A

False
Errors need to be described to the user, ideally in simple terms.

22
Q

Good labels and clear instructions are important when helping users avoid form errors. (True or False)

A

True Good labels and clear instructions are something we all could benefit from.

23
Q

You should give people the opportunity to review, correct, or reverse form submissions whenever possible. (True or False)

A

True
This is especially true when it comes to forms that collect personal data.

24
Q

Which of the following are types of input assistance? (Check all that apply.)
- instructions
- labels
- auditory-only error message
- visual-only error message
- error suggestions
- error identification
- error prevention

A

Auditory-only error messages and visual-only error messages are incorrect, because they limit the way users consume the error message.

25
Q

Which groups of people can benefit from input assistance? (Check all that apply.)

A
  • people with cognitive disabilities
  • people with learning disabilities
  • people who have difficulty understanding the meaning represented by icons and other visual cues
  • older people

All of us can benefit from input assistance.

26
Q

Content must be predictable. Good examples include: (Check all that apply.)
- navigation mechanisms appear in the same place each time
- significant changes on a web page happen without notice
- user interface components that have the same functionality have the same labels each time
- text version of the website is provided for screen reader users

A
  • navigation mechanisms appear in the same place each time
  • user interface components that have the same functionality have the same labels each time

Whenever possible, make your website as consistent as possible to help people use your website more efficiently and effectively.

27
Q

It is good practice to include a lot of acronyms, difficult words, idioms, and unusual phrases in your content. (true or false)

A

False
Keep your sentences simple and be sure to explain any acronyms, difficult words, idioms, and unusual phrases in your content.

28
Q

How can you help users avoid and correct form errors? (Check all that apply.)

  • present required items only
  • provide context-sensitive help where possible
  • provide descriptive error messages
  • allow users to review the form before submissions
A
  • provide context-sensitive help where possible
  • provide descriptive error messages
  • allow users to review the form before submissions

Give users as much information as you can about errors on forms and allow them to double check their submissions.

29
Q

Shorter sentences and paragraphs are better than longer ones for readability. (true or false)

A

True: Shorter sentences have less cognitive load than longer ones.

30
Q

How can you make your content more readable and understandable to the broadest audience possible? (Check all that apply.)

  • identify the primary language of a web page, such as Hindi, Spanish, or Japanese
  • provide text-to-speech functionality on your website
  • provide definitions for any unusual words, phrases, idioms, and abbreviations
  • use the clearest and simplest language possible
A

Text-to-speech functionality on your website is important for user interactivity, but not related to making your content readable and understandable.

31
Q

You should always identify the primary language of a website. (True or False)

A

True

Assistive technology devices need to know which language the webpage is in, so they can correctly read the words.

32
Q

Which of the following groups of people could be affected by inconsistent appearance or behavior of the content?

  • screen reader user
  • screen magnification software user
  • deaf or hard of hearing user
  • deafblind user
  • user with an attention disorder
  • user with a mobility impairment
A

Screen reader users, screen magnification software users, Deafblind users, and users with an attention disorder could all be affected by inconsistent appearance or behavior of content.

  • screen reader user
  • screen magnification software user
  • deafblind user
  • user with an attention disorder
33
Q

Significant changes on a webpage can happen only when the user is notified. (true or false)

A

True
A user needs to know what is happening on the webpage at all times - especially important changes or changes that require user input.

34
Q

Errors need to be described to the user, ideally in complex terms. (True or False)

A

False

Errors need to be described to the user, ideally in simple terms.