Web accessibility principles - Operable Flashcards

1
Q

What does the principle of ‘Operable’ in web accessibility primarily focus on?

A

The principle of ‘Operable’ focuses on making web components functional with a wide range of input devices.

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

True or False: Operability ensures that web components must be functional with any input device.

A

True

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

Which of the following is NOT an example of an input device that must be considered for operability?
A) Mouse or touchpad
B) Keyboard
C) Touchscreen
D) TV remote

A

D) TV remote

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

Why is it important that the programmatic focus does not get lost during dynamic interactions?
A) It ensures that the user can find their way back to the top of the document.
B) It helps maintain accessibility by keeping focus on the correct element.
C) It allows users to take a break without losing their place.
D) It prevents the page from crashing.

A

B) It helps maintain accessibility by keeping focus on the correct element.

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

True or False: Plain web content without scripting is mostly device-independent by default.

A

True

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

Which of the following event handlers is considered device-independent?
A) onmouseover
B) onfocus
C) onmouseout
D) ondblclick

A

B) onfocus

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

What is a near-universal input device that should be made accessible for almost all web content?
A) Mouse
B) Touchscreen
C) Keyboard
D) Voice recognition software

A

C) Keyboard

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

Why must session timeouts be carefully managed in terms of accessibility?
A) They can cause the page to crash.
B) They might prevent a user from submitting a form.
C) Users may lose their data without sufficient warning.
D) They are irrelevant to accessibility.

A

C) Users may lose their data without sufficient warning.

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

True or False: Only mouse accessibility needs to be tested for universal operability.

A

False

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