Guidelines Flashcards

1
Q

What does WCAG stand for?

A

Web Content Accessibility Guidelines

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

Who published the WCAG?

A

World Wide Web Consortium (W3C)

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

Are the WCAG guidelines technology-agnostic?

A

Yes

They were written to be applicable across all current and future web technologies: HTML, PDF, Java, Flash, Silverlight, video players, ect.

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

Each WCAG success criterion has a designated level, what are those levels?

A

Level A
Level AA
or Level AAA

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

What does Level A mean in WCAG success criterion?

A

Level A is the lowest level of conformance (the minimum)

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

What does Level AAA mean in WCAG success criterion?

A

Level AAA refers to the highest level of conformance (the maximum)

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

Why do most organizations set to achieve Level AA as an accessibility target?

A

Most accessibility professionals tend to consider level AA to be a reasonable expectation that balances accessibility with the effort required to implement the guidelines. Or possibly legal requirement.

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

What are the four main principals identified in the WCAG?

A

Perceivable, Operable, Understandable and Robust (POUR)

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

What does Perceivable mean in terms of the WCAG?

A

Information and user interface components must be presentable to users in ways they can perceive.

[Ensure content is accessible to people who are blind and/or deaf.]

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

What does Operable mean in terms of the WCAG?

A

User interface components and navigation must be operable.

[Make sure all features are accessible by keyboard; not just by mouse.]

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

What does Understandable mean in terms of the WCAG?

A

Information and the operation of user interface must be understandable.

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

What does Robust mean in terms of the WCAG?

A

Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.

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

How many guidelines are under the four main principals (POUR) in the WCAG?

A

13 guidelines

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

What are the four guidelines in the WCAG under “Perceivable”?

A

1.1 Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols or simpler language.

1.2 Provide alternatives for time-based media.

1.3 Create content that can be presented in different ways (for example simpler layout) without losing information or structure.

1.4 Make it easier for users to see and hear content including separating foreground from background.

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

What are the five guidelines in the WCAG under “Operable”?

A

2.1 Make all functionality available from a keyboard.

2.2 Provide users enough time to read and use content.

2.3 Do not design content in a way that is known to cause seizures.

2.4 Provide ways to help users navigate, find content, and determine where they are.

2.5 Make it easier for users to operate functionality through various inputs beyond keyboard.

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

What are the three guidelines in the WCAG under “Understandable”?

A

3.1 Make text content readable and understandable.

3.2 Make Web pages appear and operate in predictable ways.

3.3 Help users avoid and correct mistakes.

17
Q

What are the guideline in the WCAG under “Robust”?

A

4.1 Maximize compatibility with current and future user agents, including assistive technologies.

18
Q

Under each WCAG guidelines there are ____?

A

Success Criterion

19
Q

What doe ATAG stand for?

A

Authoring Tool Accessibility Guidelines

20
Q

Who publishes the ATAG?

A

the World Wide Web Consortium (W3C)

21
Q

What is the ATAG’s goal?

A

To ensure that web authoring tools are usable by people with disabilities

22
Q

What are the ATAG’s four guidelines to ensure authoring tools have an accessible interface?

A
  1. Authoring tool user interfaces follow applicable accessibility guidelines
  2. Editing-views are perceivable
  3. Editing-views are operable
  4. Editing-views are understandable
23
Q

What are the ATAG’s four guidelines to support the production of accessible content?

A
  1. Fully automatic processes produce accessible content
  2. Authors are supported in producing accessible content
  3. Authors are supported in improving the accessibility of existing content
  4. Authoring tools promote and integrate their accessibility features
24
Q

What is ARIA?

A

They allow screen reader users to know what’s happening visually on the screen by providing a framework. Allowing users to identify features for user interaction, how they relate to each other, and their current state.

25
Q

What users require AIRA?

A

screen reader users primarily but it also impacts speech recognition users and some keyboard-only users.

26
Q

What does WAI-ARIA stand for?

A

Web Accessibility Initiative – Accessible Rich Internet Applications

27
Q

What are some things ARIA can help screen readers identify?

A

Link opens a pop up window

if an object is collapsed or expanded

if something has been updated on the page (via live regions)