Glossary
Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.
Search results
- Accessibility Inspector(also: Xcode Accessibility Inspector)
- A developer tool included with Apple's Xcode development environment that allows developers and QA testers to audit iOS, macOS, and other Apple platform apps for accessibility issues. The tool can run automated accessibility checks on a connected device or simulator, detecting…
- Accessibility Internet Rally(also: AIR, AIR-Austin)
- An annual web-development competition run by Knowbility (based in Austin, Texas) in which teams of developers are paired with non-profit clients and judged partly on the accessibility of the websites they build in a short timeframe. AIR uses a structured judging rubric that…
- Accessibility Linter(also: A11y Linter, Accessibility Lint)
- A static analysis tool that scans source code — typically HTML, CSS, and related web technologies — for accessibility violations against standards such as WCAG. Accessibility linters can be integrated into code editors, build pipelines, or run as standalone tools to flag issues…
- Accessibility Live Region(also: accessibilityLiveRegion, Android Live Region)
- An Android accessibility attribute that tells TalkBack to automatically announce changes to a view's content, without requiring the user to move focus to it. Developers set it on a view to make dynamic updates such as error messages, status banners, or count-down timers audible…
- Accessibility Map(also: Accessible Route Map, Wheelchair Accessibility Map)
- A map that displays information about the physical accessibility features and barriers of an environment, such as the presence of curb ramps, steps, slopes, surface conditions, and accessible entrances. Accessibility maps are essential tools for people with mobility…
- Accessibility Maturity(also: Accessibility Maturity Model, Digital Accessibility Maturity)
- A framework for assessing how well an organization has integrated accessibility into its culture, processes, and products, typically measured across dimensions such as leadership commitment, policy, training, procurement, design and development practices, testing, and user…
- Accessibility Maturity Model(also: Accessibility Maturity, Digital Accessibility Maturity)
- A framework for assessing how well an organization has integrated accessibility into its culture, processes, and outputs. Maturity models typically progress through stages from ad hoc or reactive approaches (where accessibility depends on individual champions) to embedded and…
- Accessibility Metadata(also: A11y Metadata, Accessibility Annotations)
- Structured information that describes the accessibility features, hazards, or access modes of digital content. Accessibility metadata can be embedded within content (such as alt text in HTML) or stored externally in separate databases or annotation systems. External…
- Accessibility Metric(also: Web Accessibility Metric, Accessibility Score)
- A quantitative measure used to assess and compare the accessibility quality of web pages or websites. Accessibility metrics typically calculate a score (often 0-100%) based on the number and severity of WCAG violations found, weighted by conformance level (Level A weighted…
- Accessibility Metric(also: Web Accessibility Metric, Accessibility Quality Metric)
- An accessibility metric is a quantitative measure used to assess the level of accessibility compliance of a web page or website. Metrics typically derive from the results of automated or manual evaluation of WCAG checkpoints, aggregating pass/fail/warning outcomes into a single…
- Accessibility Metrics(also: Web Accessibility Metrics, Accessibility Scores, Accessibility Measurement)
- Quantitative methods for measuring and scoring the accessibility level of websites or digital content. Accessibility metrics typically work by evaluating web pages against checkpoints derived from standards like WCAG, computing pass or failure rates, and then synthesizing these…
- Accessibility Monitoring(also: Web Accessibility Monitoring, Accessibility Observatory)
- Accessibility monitoring is the ongoing process of tracking and measuring the accessibility level of websites or digital products over time. Because web content is frequently updated, changes can inadvertently introduce new accessibility barriers or degrade previously achieved…
- Accessibility Object Model(also: AOM)
- The Accessibility Object Model (AOM) is a proposed W3C web standard that aims to give JavaScript developers direct programmatic access to the browser's accessibility tree. While WAI-ARIA allows authors to annotate HTML with accessibility semantics through markup attributes, the…
- Accessibility Overlay(also: A11y Overlay, Accessibility Widget, Accessibility Plugin)
- A third-party software product that applies a layer of JavaScript over a website claiming to automatically fix accessibility issues, typically through a toolbar widget offering features like text resizing, color contrast adjustment, and screen reader optimization. Despite…
- Accessibility Paradox
- The accessibility paradox describes the gap between organizations' stated commitments to accessibility and the lived realities of disabled employees, who often encounter inaccessible tools, documents, and workflows in their daily work despite formal inclusion policies. Coined in…
- Accessibility Persona(also: Disability Persona, Inclusive Persona)
- A detailed, realistic description of a hypothetical user with specific disabilities, assistive technology configurations, and usage contexts, used during design and evaluation to help teams consider accessibility requirements from the perspective of real people. Accessibility…
- Accessibility Policy(also: Web Accessibility Policy, Digital Accessibility Policy)
- A formal organizational document that defines an institution's commitment to digital accessibility, typically specifying the standards to be followed (such as WCAG conformance levels), roles and responsibilities, timelines for compliance, and mechanisms for monitoring and…
- Accessibility Progress Formula(also: APPF, Accessibility Progress Percentage)
- A formula for quantitatively tracking progress in addressing accessibility issues on a website, expressed as APPF = A / ((A + B) + (T - C)), where A is the number of applicable checklist items that have been addressed, B is the number not yet addressed, T is the total number of…
- Accessibility Remediation(also: A11y Remediation, Accessibility Repair)
- The process of identifying and fixing accessibility barriers in digital products such as websites, mobile applications, or documents to bring them into compliance with accessibility standards and make them usable by people with disabilities. Remediation may involve modifying…
- Accessibility Repair(also: Automated Accessibility Repair, Accessibility Remediation)
- Accessibility repair refers to the process of identifying and fixing accessibility barriers in digital content, ranging from manual remediation by developers to automated tools that can detect and correct certain violations programmatically. Automated repair tools aim to go…
- Accessibility Retrofitting(also: Retrofitting, Accessibility Remediation)
- The process of modifying existing products, websites, buildings, or systems after the fact to make them accessible to people with disabilities. Retrofitting is typically more expensive, time-consuming, and less elegant than designing for accessibility from the start, often…
- Accessibility Scanner(also: Google Accessibility Scanner, Android Accessibility Scanner)
- A testing tool developed by Google that scans Android app screens for common accessibility issues. The scanner checks for problems such as missing content descriptions on interactive elements, insufficient touch target sizes, and low color contrast. It can be run on any Android…
- Accessibility Script(also: Accessibility Plugin, Screen Reader Script)
- An accessibility script is a piece of code, often developed by the user community rather than the software vendor, that adds or improves screen reader support and keyboard accessibility in an application that is otherwise inaccessible or difficult to use with assistive…
- Accessibility Settings(also: Ease of Access, Accessibility Preferences)
- A centralised area within an operating system or application where users can configure features that adapt the interface to their needs. Typical accessibility settings include display options (text size, high contrast, colour filters, cursor size), audio options (mono audio,…
- Accessibility Simulation(also: Disability Simulation)
- A pedagogical technique in which learners experience simulated conditions of disability to build understanding of accessibility barriers. Common approaches include simulation games, virtual reality experiences, and exercises that restrict sensory or motor capabilities. While…
- Accessibility Statement(also: Accessibility Page, Accessibility Declaration)
- A public declaration on a website or application that describes its accessibility features, known limitations, conformance level with accessibility standards (such as WCAG), contact information for reporting barriers, and the organisation's commitment to accessibility.…
- Accessibility Tax(also: Crip Tax, Disability Tax, Access Tax)
- The cumulative direct and indirect costs — financial, temporal, cognitive, and emotional — that disabled people pay to obtain the same access, outcomes, or opportunities available to non-disabled peers. Coined in non-academic contexts as 'crip tax' and distinguished by Olsen et…
- Accessibility Technology(also: Access Technology)
- A broad term encompassing any technology used to address accessibility barriers, including both dedicated assistive technologies and mainstream technologies repurposed for access. Unlike the narrower term assistive technology, accessibility technology recognizes that people may…
- Accessibility Testing(also: A11y Testing)
- The practice of evaluating software, websites, or digital products to ensure they can be used by people with disabilities, including those using assistive technologies such as screen readers, voice recognition, and switch devices. Accessibility testing encompasses automated…
- Accessibility Tree(also: A11y Tree, Accessible Tree)
- A hierarchical data structure maintained by operating systems and browsers that represents the accessible elements of a user interface in a form that assistive technologies can interpret. The accessibility tree is derived from the visual UI but organized logically rather than…
- Accessibility Violation(also: A11y Violation, Accessibility Error, Accessibility Issue)
- Any instance where web content, code, or design fails to conform to established accessibility guidelines such as WCAG. Accessibility violations can be syntactic (missing required HTML elements or attributes), semantic (elements present but not meaningful), or layout-related…
- Accessibility Workaround(also: A11y Workaround, Assistive Workaround)
- An alternative method, process, or tool that people with disabilities develop or adopt to accomplish tasks that are blocked by inaccessible design. Workarounds represent the hidden labor that disabled people must invest to navigate inaccessible systems — creating parallel…
- Accessibility conformance(also: WCAG conformance, Accessibility compliance)
- The degree to which a digital product meets the requirements of an accessibility standard such as WCAG, typically assessed at Level A, AA, or AAA. While conformance provides a measurable baseline for accessibility, it does not guarantee usability for all disabled users — a site…
- Accessibility conformance report(also: ACR, VPAT, Voluntary Product Accessibility Template)
- A document that records the degree to which a product or service meets accessibility standards such as WCAG, Section 508, or EN 301 549. In enterprise settings, conformance reports are a primary deliverable of the accessibility testing process, used to communicate compliance…
- Accessibility dataset(also: Disability-inclusive dataset, Accessible benchmark)
- A publicly available research dataset that includes data collected from people with disabilities, enabling algorithm development and benchmarking on representative populations rather than exclusively on non-disabled participants. Examples include WeAllWalk (inertial data from…
- Accessibility education(also: A11y education, Accessibility curriculum)
- The integration of accessibility and universal design topics into formal educational programs, particularly in computer science, design, and engineering curricula. Effective accessibility education combines theoretical understanding of disability models and standards with…
- Accessibility maturity model(also: Organizational accessibility maturity)
- A framework for assessing how systematically an organization approaches digital accessibility, typically ranging from ad hoc or reactive practices to fully embedded, proactive processes. Maturity models help organizations identify gaps in their accessibility efforts — such as…
- Accessibility on the Move(also: Mobile Accessibility, Accessibility in Transit)
- A conceptual framing that recognizes accessibility as a continuous, context-dependent process that must be renegotiated when a person moves between different physical, cultural, social, and technical infrastructures. Unlike static accessibility assessments tied to a single…
- Accessibility ontology(also: A11y ontology, Accessibility knowledge graph)
- A formal, structured representation of accessibility concepts, their properties, and the relationships between them, typically expressed in OWL (Web Ontology Language). Accessibility ontologies model domains such as disabilities, assistive technologies, standards, testing…
- Accessibility overlay(also: Accessibility widget, Accessibility plugin, Overlay tool)
- A software layer, typically implemented as a JavaScript widget or browser extension, that applies modifications to a website's presentation or behavior with the goal of improving accessibility. Overlays range from user-driven tools that empower individuals to fix specific…
- Accessibility-Oriented Prompting(also: Accessible Prompting, A11y Prompting)
- A prompt engineering strategy for large language models (LLMs) in which explicit accessibility requirements are included in the prompt when requesting code generation or UI design. Rather than relying on the LLM to infer accessibility needs from generic instructions,…
- Accessibility-in-Use(also: Accessibility in Use)
- A concept describing how well accessibility metrics predict the actual effects that real accessibility problems will have on the quality of interaction as perceived by real users when interacting with real pages for achieving real goals. Unlike traditional conformance testing…
- Accessibility-supported(also: Accessibility supported technology)
- A WCAG 2.0 concept describing a web technology that has sufficient support from user agents (browsers) and assistive technologies to reliably convey accessibility information to users with disabilities. For a technology to be considered accessibility-supported, it must contain…
- Accessible Authentication(also: WCAG 3.3.7, Accessible Authentication (Minimum))
- A web accessibility requirement introduced in WCAG 2.2 (Success Criterion 3.3.7) that mandates for each step in an authentication process relying on a cognitive function test — such as remembering a password, solving a puzzle, or transcribing distorted text — at least one…
- Accessible Canada Act(also: ACA, Canadian Accessibility Act)
- Canadian federal legislation (S.C. 2019, c. 10) that aims to make Canada barrier-free by 2040 by requiring federally regulated organisations (banks, telecommunications, transportation, the federal government) to identify, remove, and prevent barriers in areas including…
- Accessible Comics(also: Digital Comics Accessibility, Comic Book Accessibility)
- Approaches and technologies for making comic books and graphic novels accessible to people with visual impairments. Unlike plain text, comics combine visual art, panel layouts, speech balloons, and onomatopoeia that require special consideration for non-visual access. Accessible…
- Accessible Computing(also: Computing Accessibility)
- The design, development, and deployment of computing systems, tools, and interfaces that can be effectively used by people with disabilities. Accessible computing encompasses web accessibility, mobile accessibility, screen reader compatibility, alternative input methods, and…
- Accessible Content Creation(also: Accessible Authoring)
- The design of tools, workflows, and processes that enable people with disabilities to create original content — including visual illustrations, documents, presentations, and multimedia — independently and with full creative control. Traditional content creation tools often rely…
- Accessible Data Table(also: Accessible Table, Screen Reader-Friendly Table)
- A data table designed and implemented to be effectively navigable and comprehensible by screen reader users. Accessible data tables require proper HTML markup including table headers (th elements), scope attributes to associate headers with data cells, captions describing the…
- Accessible Data Visualization(also: Accessible Charts, Accessible Graphs)
- The practice of designing data visualizations such as charts, graphs, and plots so that they can be perceived, understood, and interacted with by people with disabilities, including those who are blind or have low vision. Approaches include providing alternative text…