Skip to content
Crowdsourcing & Citizen History

Making crowdsourcing accessible means designing your transcription tasks, interface, and instructions so that people using screen readers, keyboard-only navigation, magnification, or with cognitive and motor differences can all contribute. The practical baseline is WCAG 2.2 AA plus offering a range of task types, because not every job suits every person. Accessibility is not a compliance afterthought — it directly widens the volunteer pool that does your work.

What does "accessible crowdsourcing" actually mean?

It means two things at once. First, the platform must be operable: keyboard-navigable, screen-reader-friendly, high-contrast, resizable. Second, the tasks must be diverse, so a volunteer who cannot read handwriting visually can still review typed text, tag structured fields, or moderate. A project that only offers "decipher this faded cursive image" excludes a large group by design. Accessibility is the combination of an operable tool and inclusive task variety.

A small worked example

Imagine a parish-register project. Start with one page and ask: can someone reach the end without a mouse? Walk it as a keyboard user would:

text
Tab      -> focus the image viewer
+ / -    -> zoom in and out (announced: "zoom 150%")
Tab      -> focus the transcription field
type     -> enter the text
Tab      -> focus "Mark unclear" checkbox, Space to toggle
Tab      -> focus "Submit", Enter to send

If any step needs the mouse, that is a barrier. Fixing this one flow — adding keyboard zoom, focus order, and announcements — makes the whole project usable for far more people.

How do I make image zoom and viewers accessible?

The image viewer is the usual sticking point. Three rules cover most of it. Give it keyboard zoom and pan, not mouse-wheel only. Announce state changes so a screen reader user hears the zoom level. And never trap focus inside the viewer — a Tab press must always escape to the transcription field. Where OCR or HTR text exists, expose it as a fallback text layer so non-visual users have something to proofread even when the image is inaccessible to them.

Which task types suit which volunteers?

Offering variety is the highest-impact accessibility move you can make:

Task typeWorks well for
Transcribing handwritingSighted volunteers
Proofreading typed / OCR textScreen-reader users, everyone
Tagging structured fieldsKeyboard-only, low-vision users
Moderating and reviewingMost contributors
Audio transcriptionSighted and low-vision users

Routing people to the work they can do turns "I can't help here" into a meaningful contribution.

How do I check my project is accessible?

Use a layered approach rather than trusting one tool:

  1. Run an automated scanner like axe or WAVE to catch the obvious issues.
  2. Navigate the entire task flow using only the keyboard.
  3. Try it with a screen reader such as NVDA (free, Windows) or VoiceOver.
  4. Zoom the browser to 200% and confirm nothing breaks or overlaps.
  5. Do a short session with two or three real assistive-technology users.

Automated tools find roughly a third of problems; the manual and user steps find the rest.

What are common accessibility mistakes in transcription projects?

The recurring offenders are images with no text alternative or fallback, colour-only status indicators (red "rejected" with no label), low-contrast instructions, and submit buttons unreachable by keyboard. Another subtle one is dense, jargon-heavy guidelines that exclude people with cognitive differences or non-native readers. Plain language is an accessibility feature too.

Key Takeaways

  • Accessibility combines an operable platform with diverse task types.
  • Target WCAG 2.2 AA as your baseline standard.
  • Ensure every action, including zoom and submit, works by keyboard.
  • Offer non-handwriting tasks so more volunteers can contribute.
  • Never rely on colour alone to convey status.
  • Combine automated scanners with real assistive-technology user testing.
  • Write guidelines in plain language as an inclusion measure.

Frequently Asked Questions

What standard should an accessible crowdsourcing project aim for?

Aim for WCAG 2.2 AA as your baseline. It covers keyboard access, colour contrast, text alternatives, and the resizing needs that matter most for transcription interfaces.

Can blind or low-vision volunteers transcribe handwriting?

Not the handwriting itself, but they can do plenty of adjacent work: reviewing typed transcriptions, tagging structured fields, proofreading OCR text, and moderating. Offer varied task types so everyone has a role.

Is keyboard access really that important?

Yes. Many assistive technologies and many volunteers with motor or temporary impairments rely entirely on the keyboard. Every action must work without a mouse, including zoom and submit.

How do I make image-zoom accessible?

Provide keyboard zoom controls, ensure the zoom level is announced, and never trap focus in the viewer. Pair the image with any available OCR text as a fallback layer.

Do I need to test with real users?

Automated checkers catch perhaps a third of issues. A short test with even two or three assistive-technology users reveals problems no scanner finds, so include it before launch.

Does accessibility slow the project down?

Up front it adds modest effort, but it widens your volunteer pool and reduces support requests, so most projects come out ahead on total contributions.