Web accessibility principles - Perceivable Flashcards
What is the principle of ‘Perceivability’ in web accessibility?
Perceivability is about making the output of web content available through multiple sensory modalities.
Which senses are primarily concerned with perceivability in web content? (Select all that apply)
A) Sight
B) Sound
C) Touch
D) Taste
E) Smell
Correct: A, B, C
True or False: Perceivability means making web content available only through visual means.
False
How can blind users perceive web content? (Select the best option)
A) Through hearing using screen readers
B) Through touch using braille displays
C) Through a combination of hearing and touch
Correct: C
What is the most universally accessible format for web content?
Digital text
True or False: Digital text can be converted into formats accessible to those who are blind, deaf, or both.
True
What is an ARIA live region used for?
An ARIA live region is used to announce new content as it is inserted into the DOM.
Why is perceivability important in web accessibility?
If you can’t perceive web content, it may as well not exist.
How can you make dynamic interactions perceivable for blind users?
You can use ARIA to announce state changes like ‘expanded’ or ‘collapsed’ or inject new content announcements.
True or False: Sighted users need to see all digital text on the screen, including descriptions of images.
False