← Writing · Reviews →

Glossary

Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.

Search results

Web Accessibility Initiative(also: WAI)
A program of the World Wide Web Consortium (W3C) that develops strategies, standards, and supporting resources to make the web accessible to people with disabilities. Founded in 1997, WAI is responsible for producing the Web Content Accessibility Guidelines (WCAG), the Authoring…
Web Accessibility Quantitative Metric(also: WAQM)
An accessibility evaluation metric that calculates a quantitative score for a website based on automatically generated evaluation reports. WAQM computes the failure rate for each tested page, then derives the overall website accessibility value by weighting pages according to…
Web Accessibility Remediation(also: Accessibility Remediation, A11y Remediation)
The process of identifying and fixing accessibility barriers in existing websites and digital content to bring them into compliance with standards like WCAG. Remediation can be manual (developers editing HTML, CSS, and ARIA directly), semi-automated (using tools that detect…
Web Adaptation(also: Content Adaptation, Web Content Adaptation)
The process of automatically modifying web content to improve usability, accessibility, or presentation for specific users, devices, or contexts. Web adaptation techniques include restructuring page layouts, generating content summaries, creating hierarchical outlines of page…
Web Agent(also: Autonomous Web Agent, Browser Agent)
An AI system that can autonomously perform tasks on websites by interpreting user goals and executing actions such as clicking, typing, and navigating. Web agents often use large language models or multimodal models to interpret page content and determine appropriate actions.…
Web Authoring(also: Web Authoring Tool, Content Authoring, Website Authoring)
Web authoring is the creation and editing of webpage content and structure, historically by writing HTML, CSS, and JavaScript, and increasingly through graphical WYSIWYG tools (Figma, Wix, Squarespace, WordPress block editors, Google Sites). Authoring tools are themselves…
Web Automation(also: Browser Automation, Web Macro)
The process of automating browsing actions on behalf of a user, such as filling forms, navigating between pages, clicking links, or extracting content. Web automation can be achieved through macros (pre-recorded sequences of instructions), scripted approaches, or Programming by…
Web Clutter(also: Page Clutter, Visual Clutter)
Non-essential elements on a web page that do not contribute to the primary content or user task, such as advertisements, decorative images, redundant navigation, social media widgets, and promotional banners. Web clutter disproportionately affects users of assistive…
Web Complexity(also: Page Complexity, Website Complexity)
A measure of the technical sophistication and structural density of a web page, typically assessed by the number and types of HTML elements, scripts, embedded objects, and interactive features present. In accessibility research, web complexity is an important factor because more…
Web Compliance Engineering
A discipline within Web Engineering focused on the application of quality assurance, testing, and management processes to ensure that web applications conform to standards, policy environments, and other quality criteria such as accessibility requirements. Web Compliance…
Web Composition(also: Component-Based Web Development)
Web composition is the practice of building web pages by dynamically combining smaller, reusable pieces of HTML markup — often called snippets, components, or fragments — into complete pages. Modern web frameworks like React, Angular, and Vue are built around this compositional…
Web Content Filtering(also: Content Filtering, Page Filtering)
The process of selectively displaying or hiding elements on a webpage based on specified criteria. Web content filtering encompasses both type-based filtering (e.g., ad blockers that remove advertisements) and relevance-based filtering (e.g., task-specific systems that assess…
Web Inclusion(also: Digital Inclusion, Web for All)
The principle and practice of ensuring that the web is usable by and beneficial to all people, regardless of disability, language, literacy, cultural background, technical proficiency, or socio-economic status. Web inclusion extends beyond traditional web accessibility by…
Web Interaction Environment(also: WIE)
A modelling concept defined as a particular audience group's set of intrinsic characteristics upon which tailored evaluation procedures can be applied to a website. Introduced by Lopes and Carrico (2008), WIEs organize user characteristics across four domains: Users (abilities,…
Web Intermediary(also: Web Proxy, Transcoding Proxy)
A system that sits between a user's web browser and the web server, intercepting and modifying HTTP requests and responses to adapt web content before it reaches the user. In accessibility contexts, web intermediaries can transform web pages to make them more accessible — for…
Web Mediation(also: Web Content Mediation, Web Accessibility Mediation)
The process of automatically modifying web content as it passes between a web server and a user's browser, typically through a proxy server or browser extension, to improve its accessibility or usability. Web mediation can add missing accessibility features (such as generating…
Web Mobility(also: Hypertext Mobility, Web Navigation Mobility)
A conceptual framework that applies principles of physical mobility and wayfinding to web navigation, particularly for visually impaired users. Web mobility encompasses the ability to move through hypertext with purpose, ease, and accuracy, requiring knowledge of current…
Web Navigation(also: Website Navigation, Web Browsing Navigation)
The process of moving through and finding information on websites, encompassing strategies like following links, using search, scanning headings, and interacting with menus and filters. Web navigation presents fundamentally different experiences depending on access method:…
Web Page Complexity(also: Page Complexity, Structural Complexity)
A measure of how much a web page contains in terms of interactivity, embedded media, and structural richness. The W3C's WCAG-EM defines complexity through three factors: level of interactivity, source and method of content generation, and implementation style. Quantitative…
Web Page Preview(also: Page Preview, Link Target Preview)
A summary or representation of a web page's content provided to users before they navigate to that page, allowing them to assess its relevance without committing to a full visit. For sighted users, visual previews like thumbnails or pop-up snippets serve this purpose. For screen…
Web Page Segmentation(also: Page Segmentation, Visual Page Segmentation)
The process of dividing a web page into its constituent visual blocks or semantic regions, such as headers, navigation menus, content areas, sidebars, and footers. Segmentation algorithms analyse both the source code (DOM structure) and the visual rendering of pages to identify…
Web Proxy(also: HTTP Proxy, Intermediary, Edge Service)
A web proxy (or intermediary) is a server that sits between a user's browser and the origin web server, intercepting and potentially modifying HTTP requests and responses as they pass through. In the context of accessibility, proxy-based systems have been used to transform web…
Web Readability(also: Online Readability)
The ease with which web content can be read and understood, encompassing both visual factors (typography, layout, color, responsive design) and linguistic factors (vocabulary, sentence complexity, content structure). Web readability has been the dominant focus of reading support…
Web Segmentation(also: Page Segmentation, Web Page Segmentation)
The process of dividing a web page into distinct, meaningful sections or segments based on visual layout, structural markup, or content semantics. Web segmentation is important for accessibility because screen readers typically narrate content in DOM order, which may not reflect…
Web Transcoding(also: Content Transcoding, Web Page Transcoding)
The process of transforming or reformatting web page content to make it more accessible or usable in different contexts. Transcoding techniques include removing irrelevant elements, reordering content, adding skip links, and simplifying page structure. Originally developed to…
Web Transcoding(also: Content Transcoding, Web Content Transformation)
The process of automatically transforming web content to improve its presentation or accessibility for specific users or devices. Transcoding techniques can include simplifying page structure, adapting content for different screen sizes, or modifying text for users with…
Web Widget(also: Widget, UI Widget, Web Component)
A discrete, interactive user interface element within a web page that allows users to perform specific actions or view dynamic content. Widgets range from simple controls like checkboxes and dropdown menus to complex components like date pickers, chat windows, autocomplete…
Web disorientation(also: Lost in hyperspace, Navigation disorientation)
The feeling of being lost or confused while navigating websites, characterized by difficulty knowing one's current location within a site, how to return to previously visited pages, or how to find desired information. Web disorientation is predicted by Internet confidence and…
WebAIM(also: Web Accessibility In Mind)
WebAIM (Web Accessibility In Mind) is a non-profit organization based at the Center for Persons with Disabilities at Utah State University, founded in 1999 and recognized internationally as a leading provider of web accessibility expertise, training, and tooling. WebAIM produces…
WebAIM Million(also: WebAIM Million Report, The WebAIM Million)
An annual accessibility evaluation study conducted by WebAIM (Web Accessibility In Mind) that automatically tests the home pages of the top one million websites against WCAG 2 success criteria. The study has become a key benchmark for measuring the state of web accessibility…
WebAnywhere
A web-based, self-voicing screen reader developed at the University of Washington that enabled blind users to access the web from any computer with an Internet connection and sound output, without installing software. Launched in 2008, WebAnywhere ran entirely within a standard…
Widget(also: UI Widget, Web Widget, Interactive Component)
A discrete user interface object that users can interact with, such as a dropdown menu, slider, tab panel, date picker, modal dialog, or autocomplete field. The W3C defines a widget as a "discrete user interface object with which the user can interact." In web accessibility,…
Widget accessibility(also: ARIA widget roles, Custom control accessibility)
The practice of ensuring that interactive user interface components — such as drop-down menus, tab panels, accordions, modal dialogs, and sliders — are operable and perceivable by users of assistive technologies. Widget accessibility requires correct implementation of WAI-ARIA…
Windowless Mode(also: Flash wmode transparent, wmode=transparent)
Windowless mode is a legacy Adobe Flash rendering option (wmode=transparent or wmode=opaque) in which the Flash player drew into the browser's graphics surface directly rather than into its own dedicated OS window. It was commonly used so that HTML content could overlap Flash…
Wrapper(also: Web Wrapper, Data Wrapper)
In web accessibility and data extraction contexts, a reusable program that maps the visual layout of a web page to its underlying structured dataset by identifying records and fields within the HTML. Wrappers reverse the rendering process, extracting semantic structure from…
XForms(also: W3C XForms)
XForms is a W3C specification for web forms that separates the purpose of a form (its data model) from its visual presentation, providing richer semantics than traditional HTML forms. Unlike HTML forms where controls are defined by their visual representation (radio buttons,…
XHTML(also: Extensible HyperText Markup Language, XHTML 1.0, XHTML 2.0)
XHTML (Extensible HyperText Markup Language) is a family of W3C specifications that reformulated HTML as an XML application, requiring stricter syntax rules such as properly nested elements, lowercase tag names, and quoted attribute values. XHTML 1.0, published in 2000, was…
aDesigner
aDesigner is an accessibility evaluation tool for web designers, originally released by IBM in the mid-2000s. It combined automated WCAG checking with simulations of low vision (contrast loss, blur, colour-blindness) so that sighted designers could see how a page would appear to…
axe DevTools(also: axe, axe-core)
A widely used suite of automated accessibility testing tools developed by Deque Systems, available as browser extensions, command-line tools, and integrable libraries. The axe-core engine is an open-source JavaScript library that tests web content against WCAG success criteria…
eMAG(also: Modelo de Acessibilidade em Governo Eletrônico, Brazilian Digital Accessibility Model)
The Brazilian government's digital accessibility model (Modelo de Acessibilidade em Governo Eletrônico) that provides mandatory guidelines for how government websites must ensure accessibility and eliminate access barriers. Based on WCAG 2.0, eMAG covers all Level A and AA…