Toolkit · Reference
Accessibility glossary
61 terms covering standards, laws, ARIA roles, assistive technology, concepts, and tools we cite across our reporting. Filter by category below or jump to a letter.
A
-
ACA
LawsThe Accessible Canada Act (2019) — Canada's federal accessibility law. Applies to entities under federal jurisdiction (banking, telecom, broadcasting, federal government). Standards are set by the Accessibility Commissioner.
-
Accessibility Insights
ToolsMicrosoft's free open-source accessibility testing tool — both an automated checker (axe-core under the hood) and a guided manual-test framework that walks auditors through structured assessments.
-
Accessibility overlay
ConceptsA third-party JavaScript widget that injects automated "fixes" into a page after it loads — typically a sidebar with profile presets (high contrast, larger text, etc). Independent audits consistently find overlays add new barriers faster than they remove existing ones.
-
Accessibility statement
ConceptsA public-facing document declaring an organisation's accessibility commitments, target conformance level, known gaps, and how to report barriers. Required by EAA Article 7, PSBAR, and most public-sector regimes.
-
Accessibility tree
ConceptsThe internal data structure browsers and operating systems build from the DOM, mapping every element to a role, name, state, and relationships — the data screen readers and other assistive technology actually traverse.
-
ADA
LawsThe Americans with Disabilities Act, the foundational US disability-rights law (1990). Title III, which covers public accommodations, has been the primary basis for web accessibility lawsuits in US federal court.
-
Alt text
ConceptsThe text alternative for non-text content. Screen readers announce alt text in place of the image; if the image fails to load, sighted users see it. Purely decorative images get `alt=""`, not omitted.
-
AODA
LawsThe Accessibility for Ontarians with Disabilities Act (2005) — Ontario's accessibility regime, applying to organisations with 50+ employees. Web content must conform to WCAG 2.0 Level AA.
-
ARIA
StandardsAccessible Rich Internet Applications — a W3C specification that defines roles, states, and properties for making custom UI controls accessible to assistive technology.
-
ARIA Authoring Practices Guide
StandardsThe W3C's pattern library for accessible custom widgets. The APG is the operative how-to companion to the ARIA spec — it shows what ARIA looks like when used correctly.
-
ATAG
StandardsAuthoring Tool Accessibility Guidelines — WCAG's sibling standard for tools that *create* web content (CMSes, design tools, IDEs). ATAG specifies that authoring tools must both be accessible and help authors create accessible output.
-
Audio description
ConceptsA narrated description of visual content in a video — actions, scene changes, text on screen, expressions — for blind viewers. WCAG 1.2.3 (AA) and 1.2.5 (AA pre-recorded extended) require it.
-
axe-core
ToolsAn open-source automated accessibility testing engine from Deque, used by browser extensions (axe DevTools, Accessibility Insights), CI scripts, and Lighthouse. Catches an estimated 30–40% of WCAG issues.
C
-
Captions
ConceptsText representation of all meaningful audio in video — dialogue plus speaker identification, sound effects, and music cues. WCAG 1.2.2 requires captions for pre-recorded video. Distinct from subtitles.
-
Cognitive accessibility
ConceptsAccessibility for users with cognitive, learning, and neurological disabilities — working-memory limitations, attention disorders, dyslexia, dyscalculia, autism, intellectual disability, brain injury, and dementia. The under-served dimension of WCAG.
-
Color vision deficiency
ConceptsThe umbrella term for genetic or acquired conditions that affect colour perception. Affects roughly 8% of men and 0.5% of women globally. WCAG 1.4.1 prohibits colour as the sole means of conveying information.
-
Conformance level
ConceptsWCAG's tiered grading: **A** (minimum), **AA** (broadly required), **AAA** (highest). Each criterion is assigned exactly one level. Most laws and contracts target Level AA.
-
Contrast ratio
ConceptsThe luminance ratio between foreground text and its background, on a scale from 1:1 to 21:1. WCAG 2.x requires 4.5:1 for normal text and 3:1 for large text (≥18pt or 14pt bold) at Level AA.
-
CRPD
LawsThe UN Convention on the Rights of Persons with Disabilities (2006). The international human-rights treaty that 180+ countries have ratified; the framing every regional accessibility law traces back to.
E
-
EAA
LawsThe European Accessibility Act (Directive 2019/882) — the EU law that, from June 28 2025, requires accessibility for a wide range of consumer products and services across all member states. Covers e-commerce, banking, transport, e-books, and more.
-
EN 301 549
StandardsThe European accessibility standard that EU procurement law and the European Accessibility Act cite. EN 301 549 wraps WCAG 2.1 AA and extends it with mobile + hardware requirements.
-
EPUB Accessibility
StandardsThe W3C specification (now ISO/IEC 23761) that defines accessibility metadata and conformance for EPUB digital publications. Mandated for in-scope e-books under the European Accessibility Act.
-
Equality Act 2010
LawsThe UK's primary anti-discrimination law. Section 20 (reasonable adjustments) and Schedule 2 apply to service providers — including websites — operating in the UK.
F
-
Focus
ConceptsThe currently-active element receiving keyboard input. WCAG requires a visible focus indicator (2.4.7) and that focus order is logical (2.4.3). Tab and Shift+Tab move focus through interactive elements.
-
Focus trap
ConceptsThe pattern that keeps keyboard focus inside a modal dialog while it's open — preventing Tab from escaping back to the document underneath, and restoring focus to the trigger element when the dialog closes.
-
forced-colors
ConceptsThe CSS media query that detects user-configured high-contrast modes — primarily Windows High Contrast Mode, plus Chrome / Edge Forced Colors. Authors use it to adapt rendering when system colour preferences override site styles.
L
-
Landmark
ConceptsA region of a page identified by HTML5 element or ARIA role that screen-reader users can navigate to directly. Landmarks (banner, navigation, main, complementary, contentinfo) form the page's structural skeleton.
-
Lighthouse
ToolsGoogle's open-source web-quality auditor, bundled with Chrome DevTools and the PageSpeed Insights API. Its accessibility audit wraps axe-core's rule set. Scores 0–100, but a score of 100 doesn't mean WCAG-compliant.
-
Live region
ConceptsAn ARIA-managed region that announces dynamic content updates to screen readers without moving focus. The `aria-live` attribute makes a section of the DOM `polite` or `assertive` for accessibility-tree notifications.
P
-
Pa11y
ToolsAn open-source command-line accessibility tester. The CI-friendly companion to axe-core CLI; pa11y-ci powers the nightly site-wide accessibility regression workflows most large accessibility programmes adopt.
-
PDF/UA
StandardsISO 14289 — the international standard for accessible PDF documents. Cited by EAA, Section 508, and EN 301 549 chapter 10 as the conformance target for PDF accessibility.
-
Plain language
ConceptsThe writing practice that produces clear, concise content readable by the broadest possible audience — supporting cognitive accessibility, low-literacy users, and non-native speakers. Cited by the US Plain Writing Act, ISO 24495, and many EU accessibility regimes.
-
POUR
StandardsThe four principles WCAG is built on: **Perceivable, Operable, Understandable, Robust.** Every success criterion maps to one of these.
-
PSBAR
LawsThe UK Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 — the UK's transposition of the EU Web Accessibility Directive. Retained as UK law post-Brexit.
R
-
Reduced motion
ConceptsThe user preference for reduced or eliminated motion, exposed to authors via the `prefers-reduced-motion` CSS media query. WCAG 2.3.3 (AAA) requires that motion can be disabled.
-
Refreshable braille display
TechnologyA hardware device that converts on-screen text into refreshable braille on a row of pins, paired with a screen reader. The braille-first interface to digital content for braille-fluent blind users.
-
RGAA
LawsRéférentiel général d'amélioration de l'accessibilité — France's national accessibility standard and audit reference. Maintained by DINUM; the operative checklist behind France's WAD and EAA implementations.
S
-
Screen magnifier
TechnologyAssistive technology that enlarges a portion of the screen for low-vision users. Most major OSes ship one (Windows Magnifier, macOS Zoom); commercial products (ZoomText, MAGic) add features like custom contrast palettes and document tracking.
-
Screen reader
TechnologySoftware that converts on-screen content into synthesized speech or refreshable braille. The dominant desktop screen readers are JAWS (paid, Windows), NVDA (open-source, Windows), and VoiceOver (built into macOS/iOS). TalkBack is the Android counterpart.
-
Section 508
LawsA US federal procurement requirement (29 U.S.C. § 794d): federal agencies can only buy ICT — websites, software, hardware — that conforms to accessibility standards. The current standard (2018 Refresh) wraps WCAG 2.0 AA.
-
Semantic HTML
ConceptsUsing HTML elements for their meaning, not just their default appearance. A `<button>` announces as a button; a `<div onclick>` announces as nothing. The vast majority of accessibility failures trace back to abandoned semantics.
-
Skip link
ConceptsA keyboard shortcut at the very top of every page that lets users jump past repeated navigation to the main content. Required for WCAG 2.4.1 Bypass Blocks.
-
Switch input
TechnologyA category of assistive technology that lets users with significant motor disability operate a computer by activating one or more physical switches. The strict cousin of keyboard accessibility — any switch user is also a keyboard user.
T
-
TalkBack
TechnologyGoogle's built-in Android screen reader. The mobile counterpart to NVDA / VoiceOver. Pairs with Chrome by default.
-
Touch target size
ConceptsThe minimum size of interactive elements activated by pointer input. WCAG 2.5.5 (AAA) requires 44×44 CSS pixels; WCAG 2.5.8 (AA, new in 2.2) requires 24×24. Critical for users with motor disabilities and small-screen users generally.
V
-
Voice control
TechnologyThe class of assistive technology that lets users operate a computer through spoken commands. Dragon NaturallySpeaking (Windows), macOS / iOS Voice Control, Windows Speech Recognition — all rely on accessible names matching the spoken command.
-
VoiceOver
TechnologyApple's built-in screen reader, included on every macOS and iOS device. On iOS, VoiceOver is the assumed reference screen reader for mobile-web accessibility testing.
-
VPAT
ConceptsVoluntary Product Accessibility Template — a vendor's self-declaration of how a product conforms to accessibility standards (Section 508, EN 301 549, WCAG). The current template is VPAT 2.5 (Revised Section 508 + EN 301 549 + WCAG 2.x).
W
-
WAI-Adapt
StandardsThe W3C's emerging vocabulary for personalisation semantics — letting users adapt content to their cognitive, sensory, and motor preferences through declarative metadata rather than user-customised CSS.
-
WAVE
ToolsWebAIM's free browser-extension accessibility evaluation tool. The visual companion to axe-core's CI-friendly checker — WAVE overlays accessibility findings directly on the rendered page.
-
WCAG
StandardsThe Web Content Accessibility Guidelines, the W3C standard most accessibility laws cite. WCAG defines what makes web content perceivable, operable, understandable, and robust for people with disabilities.
-
WCAG 2.2
StandardsThe current published version of WCAG (October 2023). Adds nine new success criteria over WCAG 2.1, mostly around focus visibility, drag operations, and accessible authentication.
-
WCAG 3.0
StandardsThe next major version of WCAG, currently in working-draft. Replaces the pass/fail success-criteria model with a scoring system across multiple guidelines.
-
Web Accessibility Directive
LawsDirective (EU) 2016/2102 — the EU law that, since September 2018, requires public-sector websites and mobile apps across all 27 member states to be accessible. The EAA's public-sector predecessor.
No glossary entries match your search.