Module 0: The fundamentals (15min)

This module will describe the fundamentals of who uses screen readers and how a screen reader works.

Reading 1: Who uses screen readers? (5min)

Reading 2: When to implement accessibility

It is very common for companies to only consider accessibility at the quality assurance state or after release. This approach is costly and not sustainable. Instead, the goal should be to push as much accessibility as far left in the development process as possible, closest to requirements gathering, design, and development.

Activity 1: Discussion

Discuss the following questions within your group and prepare answers for the larger group. You might have to do a little research.

  1. Do I need to be blind to use a screen reader?
  2. When testing with a screen reader, do I need to close my eyes or turn off the screen?
  3. Is a screen reader an input or output device, or both?
  4. Do I need to install a screen reader on my website?
  5. What can my team do to move accessibility further left in the development process?
  6. What are some other kinds of testing that I must perform when testing for accessibility? Is screen reader testing sufficent or do you have to do more?
  7. When you are ready to report your answers to the wider group, say "beep beep boop" very loudly or otherwise do a silly thing that your instructor will notice.

Reading 3: How a screen reader works (10min)

Activity 2: Semantics

Look at the following code and predict how a screen reader will announce it.

        <button aria-expanded="false">What is the average speed of a swallow</button>