Universal Web Design Flashcards

1
Q

When might alt text display for sighted users?

A

If a web page is slow to load or doesn’t load properly, sighted users might see the alt text instead

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

List some best practices for audio description tracks

A

Where possible, separate them from the regular audio track. Also, give an option to turn them on or off

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

Why is using “click here” as link text problematic?

A

Screen reader users frequently tab through to links. The screen reader would read only the links and not the surrounding text, so it will not be clear where the link would take the user.

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

How do headings help speed up navigation for screen reader users?

A

Screen readers have keyboard shortcuts that allow users to jump from heading to heading, skipping over all of the text between headings, if the page uses real headings with HTML tags

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

What are two important concepts to remember to make a page keyboard navigable?

A
  1. Have a logical tab order

2. Ensure there is a visual focus indicator, as not all keyboard users are blind

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

Why is it important to associate data in table cells with header cells?

A

If this is not done, the screen reader will only read the data and the user may not know which heading it is associated with

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

Name an important best practice when building web forms

A

Each form element needs a label, and the label must be associated explicitly with the form element in the markup

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

How do you make JavaScript accessible?

A

Mark up the name, role, state, properties of elements using ARIA, changing dynamically if necessary, and control the keyboard focus

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

What program is required to tag PDF documents?

A

Adobe Acrobat Pro

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