Trick Deque Questions Flashcards
1
Q
What method can be used to add programmatically discernible alternative text to an informative background image?
A
CSS clip on <span></span>
2
Q
Why is it important that alternative text not exceed about 150 characters?
A
Screen readers do not treat alternative text like they treat regular text in an HTML document. They can’t replay the text in parts and would need to repeat the entire text if they miss something.
3
Q
True or False: ARIA is a programming language that communicates information like names, roles, and values to screen readers.
A
FALSE (not a programming language)