Accessibility in computing means designing hardware and software so that everyone can use it — including people with visual, hearing, physical, or cognitive impairments. Assistive technologies such as screen readers, screen magnifiers, and speech recognition software allow disabled users to access computers in ways that work for them.
What is digital accessibility and why does it matter?
Digital accessibility is the practice of ensuring that digital products — websites, apps, software, and hardware — can be used by people with a wide range of abilities. The goal is to remove barriers that prevent disabled or impaired users from accessing the same content and functionality as everyone else.
Accessibility matters for several reasons:
- Legal requirement: In the UK, the Equality Act 2010 requires service providers (including websites) to make reasonable adjustments so that disabled people are not disadvantaged. Public sector websites must meet specific accessibility standards by law.
- Wider audience: Around 22% of the UK population has a disability. Inaccessible products exclude millions of potential users.
- Better design for everyone: Accessible design often improves usability for all users — captions help in noisy environments; keyboard navigation helps power users; clear layouts help people with low literacy as well as those with cognitive impairments.
What types of impairment affect computing use?
| Impairment type | Examples | Computing challenge |
|---|---|---|
| Visual | Blindness, low vision, colour blindness | Reading text, viewing images, navigating visually |
| Hearing | Deafness, hearing loss | Audio content (videos, alerts) |
| Physical / motor | Limited hand movement, paralysis, tremor | Using a mouse or keyboard |
| Cognitive | Dyslexia, ADHD, autism, memory difficulties | Reading dense text, following complex navigation |
| Speech | Stuttering, mutism | Voice-activated systems |
What assistive technologies exist?
Assistive technology (AT) is hardware or software that helps disabled users interact with computers.
For visual impairments
- Screen readers: Software that reads aloud everything on screen, including text, menus, and buttons. Popular screen readers include NVDA (Windows, free), VoiceOver (built into macOS and iOS), and TalkBack (Android). Screen readers work because websites and apps use structured code (such as
alttext on images and semantic HTML headings) that the screen reader can interpret. - Screen magnifiers: Software that enlarges a portion of the screen, helping users with low vision.
- High-contrast themes: Operating systems and websites can switch to high-contrast colour schemes (light on dark or dark on light) to improve readability.
- Braille displays: Hardware devices that translate on-screen text into Braille characters that the user feels with their fingers.
For hearing impairments
- Subtitles and captions: Text versions of spoken audio in videos — either automatically generated or human-written. Closed captions also describe sound effects ("[alarm ringing]").
- Visual alerts: Flashing screen alerts instead of audio beeps.
- British Sign Language (BSL) videos: Some public services provide video content with a BSL interpreter.
For physical / motor impairments
- Switch access: A single button (switch) that the user presses to step through on-screen options — used by people who cannot use a keyboard or mouse.
- Eye gaze technology: Cameras that track where the user's eyes are looking, allowing them to control a cursor.
- Sticky keys and filter keys: OS accessibility features that make keyboard use possible for people who cannot press multiple keys simultaneously.
- Voice recognition / speech-to-text: Software such as Dragon NaturallySpeaking allows users to control the computer and dictate text entirely by voice.
For cognitive impairments
- Text-to-speech: Having text read aloud, at adjustable speeds.
- Dyslexia-friendly fonts: Fonts such as OpenDyslexic use heavier bottoms on letters to reduce visual confusion between similar characters.
- Simplified interfaces: Removing non-essential elements reduces cognitive load.
- Keyboard shortcuts: Allowing experienced users to navigate without a mouse, which can help those who find graphical interfaces overwhelming.
What design practices improve accessibility?
Developers and designers can build accessibility in from the start rather than adding it later. Key practices include:
- Alternative text (alt text): A description of each image, read by screen readers.
<img alt="A student using a laptop">helps visually impaired users understand the image. - Colour contrast: Text must have sufficient contrast against its background. People with colour blindness may not distinguish red from green — using colour alone to convey information (e.g. "the red items are errors") is inaccessible.
- Keyboard navigation: Every feature should be reachable using only the keyboard, without requiring a mouse.
- Captions on videos: Every video should have accurate captions.
- Readable fonts and text sizes: Avoid tiny text; allow the browser to resize text without breaking the layout.
- Semantic HTML: Using correct HTML elements (
<h1>for headings,<button>for buttons) so that screen readers can interpret the structure.
The Web Content Accessibility Guidelines (WCAG) is the international standard for web accessibility, published by the W3C. The main principles are that content should be Perceivable, Operable, Understandable, and Robust (POUR).
Frequently asked questions
Is accessibility the same as the digital divide?
No, though both relate to unequal access to technology. The digital divide refers to the gap between those who have access to digital technology (devices, internet) and those who do not — typically due to cost, geography, or age. Accessibility refers to whether digital technology can be used by people with disabilities or impairments, regardless of whether they have access. A person might have a device and internet connection but still be excluded by inaccessible software design.
Why might a website fail accessibility standards even if it looks fine on screen?
A website might look clear and attractive visually but still fail accessibility standards if: images lack alt text (a screen reader user hears nothing useful); form fields lack labels (a screen reader cannot tell the user what to type); the tab order is illogical (keyboard users cannot navigate logically); or colour contrast is too low (a user with low vision or colour blindness cannot read the text). Accessibility auditing tools such as axe or the browser's built-in accessibility checker can identify these hidden problems.
Does making a product accessible make it more expensive to develop?
Retrofitting accessibility into a finished product is expensive — like adding wheelchair ramps to a building designed without them. Designing with accessibility in mind from the start adds a small additional design cost but avoids far larger remediation costs later. Many accessibility improvements also benefit all users: captions, clear layouts, and keyboard shortcuts are useful to everyone, not only disabled users.
What legal consequences can a business face for inaccessible digital products?
Under the Equality Act 2010, providing a service that discriminates against disabled people (including through an inaccessible website) can result in legal action. Public sector bodies in the UK must additionally comply with the Public Sector Bodies Accessibility Regulations 2018, which require websites to meet WCAG 2.1 Level AA. Failure to meet these regulations can result in enforcement action by the Central Digital and Data Office.
Explore accessibility, ethical computing, and the design of inclusive technology with Professor Turing at aitutors.me.