Web Accessibility Principles 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

What are the 4 WCAG principles?

A

Perceivable, Operable, Understandable, Robust

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

What does POUR stand for?

A

Perceivable, Operable, Understandable, Robust

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

What is the Universal Format?

A

Digital Text.

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

Why is digital text known as the Universal Format?

A

Because it is accessible to individuals who are blind, deaf, and deaf and blind.

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

What HTML attribute can be used for providing a text description on images that cannot be seen by sighted users, but will be read by screen readers?

A

The alt attribute. Short for alternative text.

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

What does ARIA stand for?

A

Accessible Rich Internet Applications

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

What purpose does an ARIA live region serve?

A

For screen readers to announce when new content has been added to the DOM.

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

What is the most universal method of accomplishing the broadest perceivability?

A

Digital text.

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

What is meant by In, Within, Through, and Out

A

Relating to the operability of web content. You must be able to navigate into web components, use the features within them, navigate through them, and navigate out of all of them, no matter what input device you’re using.

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

What HTML attribute can be used to programmatically set the language of a page or element?

A

The lang attribute. Short for language.

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

What ARIA attribute tells assistive technologies like screen readers that an element is expanded or collapsed?

A

aria-expanded=”true” and “aria-expanded=”false”

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

Ensuring that interaction with web content does not depend on using specific input devices is an application of which principle?

A

Operable

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

Ensuring that navigation features like a menu are consistent across the entire website is an example of which web accessibility principle?

A

Understandable

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

Providing captions for a video is an example of which principle?

A

Perceivable

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

A user is filling out a form and makes a mistake within a required field. An alert displays the error and suggestions for correcting it. This is an example of which principle?

A

Understandable

17
Q

Identifying the primary language of a web page is an example of which web accessibility principle?

A

Understandable

18
Q

High contrast between text elements and the background on a web page is an example of which web accessibility principle?

A

Perceivable

19
Q
A