Web accessibility principles - Operable Flashcards
What does the principle of ‘Operable’ in web accessibility primarily focus on?
The principle of ‘Operable’ focuses on making web components functional with a wide range of input devices.
True or False: Operability ensures that web components must be functional with any input device.
True
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
D) TV remote
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.
B) It helps maintain accessibility by keeping focus on the correct element.
True or False: Plain web content without scripting is mostly device-independent by default.
True
Which of the following event handlers is considered device-independent?
A) onmouseover
B) onfocus
C) onmouseout
D) ondblclick
B) onfocus
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
C) Keyboard
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.
C) Users may lose their data without sufficient warning.
True or False: Only mouse accessibility needs to be tested for universal operability.
False