← Writing · Reviews →

Glossary

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

Search results

SERPA(also: Streamlined Evaluation and Reporting Process for Accessibility)
A programmer-centric methodology for conducting and reporting website accessibility evaluations, proposed by Law, Jacko, and Edwards in 2005. SERPA restructures the traditional accessibility evaluation process around the needs and constraints of the developers who must implement…
Scanning Navigation(also: Non-Visual Scanning, Auditory Scanning)
A non-visual navigation strategy in which a screen-reader or voice-browser user steps rapidly through a page one fragment at a time — line by line, item by item, or in fixed jumps (e.g. page-down keys) — listening just long enough to each fragment to detect an 'information…
Screen Reader Compatibility(also: Screen Reader Support, Screen Reader Accessible)
The degree to which a digital interface, website, application, or document can be effectively used with screen reader software. Screen reader compatibility requires proper semantic HTML structure, meaningful heading hierarchies, labeled form elements, appropriate ARIA…
Screen Reader User(also: SRU)
A person who uses screen reader software as their primary means of accessing digital content, typically someone who is blind or has low vision. Screen reader users interact with web content through audio output and keyboard or gesture-based navigation, experiencing pages…
Search Engine Optimization(also: SEO)
Search engine optimization (SEO) is the practice of improving a website's visibility and ranking in search engine results through techniques such as using descriptive page titles, meaningful headings, alt text for images, descriptive link text, and structured markup. Many SEO…
Section 508(also: 508 Compliance, Rehabilitation Act Section 508)
A provision of the United States Rehabilitation Act that requires federal agencies to make their electronic and information technology accessible to people with disabilities. Updated in 2017 (the "Section 508 Refresh"), the standards now incorporate WCAG 2.0 Level AA as the…
Semantic Accessibility
An approach to web accessibility that focuses on the predictability and consistency of user interface behavior, layout, and interaction patterns rather than the underlying code. Semantic accessibility ensures that similar elements appear in the same locations across pages, menus…
Semantic Accessibility Violation(also: Semantic A11y Violation)
An accessibility issue where HTML elements or attributes are technically present but fail to convey meaningful information to users with disabilities. Examples include alt text set to generic values like "image" instead of describing actual content, button labels that do not…
Semantic Bookmarking(also: Semantic Bookmark, Concept-Based Bookmarking)
A web navigation technique that associates saved page locations with meaningful conceptual labels from a domain ontology rather than with specific structural positions in the HTML code. Unlike traditional bookmarks that reference a URL or a position in the document's DOM tree…
Semantic Model(also: Semantic Tree, Semantic Web Model)
An abstract representation of a web page that captures the meaning and relationships of its content, rather than its raw HTML structure. Unlike the Document Object Model (DOM), which represents syntactic elements, a semantic model groups related elements into meaningful entities…
Semantic Partitioning(also: Web Page Partitioning, Content Partitioning)
A technique for automatically dividing a web page into semantically meaningful segments or blocks based on the structural and visual properties of its HTML content. Semantic partitioning analyzes the DOM tree to group related elements using spatial locality (items close together…
Semantic Structure(also: Semantic Representation)
Semantic structure refers to the meaningful organisation of content that captures the conceptual relationships between pieces of information, as distinct from the syntactic or visual presentation of that content. In web accessibility, semantic structure is critical because…
Semantic Transcoding(also: Annotation-driven Transcoding, Ontology-based Transcoding)
Semantic transcoding is the transformation of web content using explicit semantic information about the structure, role, or meaning of page elements — typically supplied through external annotations, ontologies, microformats, or ARIA. Because the transformation uses real…
Semi-Automatic Evaluation(also: Semi-Automated Testing, Guided Manual Evaluation)
An approach to accessibility evaluation that combines automated checks with human expert judgment. Semi-automatic tools run algorithmic tests to detect issues that can be identified programmatically — such as missing alt text or invalid ARIA attributes — and then guide the…
Sequential Navigation(also: Linear Navigation, Serial Navigation)
A method of accessing web content by moving through elements one at a time in the order they appear in the document structure, as opposed to visually scanning a page. Sequential navigation is the default mode for screen reader users, who use arrow keys or swipe gestures to move…
Shadow Page(also: Shadow Site, Text-Only Alternative)
A separate, simplified version of a web page created specifically to meet accessibility requirements, typically offering a text-only or reduced-complexity version of the original content. While shadow pages can address some accessibility barriers, they are generally considered a…
Single Page Application(also: SPA)
A web application architecture that dynamically updates page content in response to user interactions without requiring a full page reload, instead using JavaScript to modify the Document Object Model (DOM) and fetch data asynchronously. SPAs present unique accessibility…
Single-Page Application(also: SPA)
A web application that loads a single HTML document and dynamically updates its content through JavaScript without requiring full page reloads. SPAs use client-side routing and AJAX requests to fetch data and render new views within the same page, creating a more fluid,…
Skip Link(also: Skip Navigation Link, Skip Nav, Bypass Block)
A hidden or visible hyperlink placed at the beginning of a web page that allows keyboard and screen reader users to jump directly to the main content, bypassing repeated navigation elements. Skip links address WCAG Success Criterion 2.4.1 (Bypass Blocks) by providing a mechanism…
Skip Navigation(also: Skip Link, Skip Nav, Bypass Block)
A mechanism, typically an in-page anchor link placed at the very beginning of a web page, that allows keyboard and screen reader users to bypass repetitive content such as navigation menus and jump directly to the main content area. Skip navigation links are a WCAG 2.1 Level A…
Slide Deck Accessibility(also: Presentation Accessibility)
The practice of designing slide presentations to be usable by people with diverse disabilities, encompassing visual design choices (font size, colour contrast, background colour), structural elements (reading order, alt text for images, slide numbers), content considerations…
Social Media Accessibility
The practice of making social media platforms, content, and interactions accessible to people with disabilities. This encompasses platform-level features (alt text support, caption generation, screen reader compatibility), content creator practices (adding image descriptions,…
Social Networking Site(also: SNS, Social Network, Social Media Platform)
A social networking site (SNS) is an online platform that enables users to create profiles, connect with others, share content, and engage in social interactions. Examples include Facebook, Twitter/X, LinkedIn, Instagram, and WhatsApp. For accessibility, SNS design presents…
Social media accessibility(also: Accessible social media)
The design and implementation of social media platforms and content to be usable by people with disabilities, encompassing both platform-level accessibility (screen reader compatibility, keyboard navigation, captioned video) and content-level accessibility (alt text on images,…
Standards Harmonization(also: Standards Harmonisation, Accessibility Standards Alignment)
The effort to align web accessibility standards and guidelines across different jurisdictions, organizations, and markets to create a unified set of requirements that developers and content creators can follow. Without harmonization, fragmented accessibility standards — where…
State Abstraction(also: Page State Abstraction, State Grouping)
In automated web GUI testing, state abstraction is the process of grouping web pages that exhibit the same behaviour from a testing perspective into a single representative state. Effective state abstraction prevents testing tools from repeatedly exploring functionally identical…
Streaming Media(also: Streaming Audio, Streaming Video, Media Streaming)
Streaming media is audio or video content delivered to a user in a continuous flow from a server, played back as it arrives rather than waiting for a complete download. Because streaming content produces transient sound and images, and often begins auto-playing as soon as a page…
Success Criteria(also: Success Criterion, SC)
The testable statements within the Web Content Accessibility Guidelines (WCAG) that define specific requirements for making web content accessible. Each success criterion is assigned a conformance level (A, AA, or AAA) indicating its priority. Success criteria are…
Sufficient Techniques(also: Sufficient Advisory Techniques)
In the WCAG framework, sufficient techniques are documented methods for meeting a specific success criterion. If a content author correctly implements a sufficient technique, it is enough to satisfy the associated requirement. Multiple sufficient techniques may exist for a…
Syntactic Accessibility(also: Technical Accessibility)
The dimension of web accessibility concerned with the correctness of code sent to the browser and assistive technologies. Syntactic accessibility focuses on whether HTML markup, ARIA attributes, and other technical elements conform to standards so that content can be properly…

30 results.