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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

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