Block 1, Part 4: An Accessible Web Flashcards

1
Q

Glossary term: Accessibility

A

Web accessibility means that people with disabilities can use the Web. More specifically, Web accessibility means that people with disabilities can perceive, understand, navigate and interact with the Web, and that they can contribute to the Web.

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

What was Tim Berners-Lees’ quote regarding accessibility on the web?

A

The power of the Web is in its universality.

Access by everyone regardless of disability is an essential aspect.

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

What are the four principles of accessibility?

A

Perceivable
Operable
Understandable
Robust

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

Define Perceivable.

A

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

This means that users must be able to operate the interface (the content or operation cannot be beyond their understanding).

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

Define Operable

A

User interface components and navigation must be operable.
This means that users must be able to operate the interface (the interface cannot require interaction that any user cannot perform).

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

Define Understandable

A

Information and the operation of user interface must be understandable.
This means that users must be able to understand the information as well as the operation of the user interface (the content or operation cannot be beyond their understanding|)

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

Define Robust

A

Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.
This means that users must be able to access the content as technologies advance (as technologies and user agents evolve, the content should remain accessible).

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

What is WCAG 2.0 ?

And what does it do?

A

the latest version of the Web Content Accessibility Guidelines.
In this is contained the four principles of web accessibility.
Ir provides a framework to measure the success of a web application.

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

What three Mobile ready tags exist to adapt web pages to be viewed on a mobile device, and what do they do?

A

HandheldFriendly: setting this tag to True indicates that the content is designed for a mobile browser and signals to the browser that the content should be displayed without scaling.
MobileOptimized: provides an integer that corresponds to the intended display width of the screen.
Viewpoint: is a rectangular region that control’s how the document’s contents are laid out and where text will wrap on the page.

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