Glossary
Searchable terminology from accessibility, web standards, and related fields.
5 results found in Automated Accessibility.
- Accessibility Crawler (automated accessibility crawler, app crawler for accessibility)
- An automated tool that systematically explores an application's user interface—by simulating taps, swipes, and navigation—to discover screens and UI components and then evaluate each against accessibi…
- Auto-label (Automatic Labeling, Heuristic Labeling)
- A feature in authoring tools or runtime environments that automatically generates accessible labels for interactive elements when a developer has not explicitly provided one. For example, Adobe Flash …
- Automatic Caption Evaluation (ACE, ACE Framework, ACE Metric)
- A caption-quality evaluation framework introduced by Sushant Kafle and Matt Huenerfauth (2017-2018) that scores automatically generated captions based on their usability for Deaf and Hard-of-Hearing r…
- Document Layout Analysis (DLA, page layout analysis)
- A computer-vision task that identifies and classifies the visual regions of a document page—headings, paragraphs, tables, figures, captions, lists, headers, and footers—typically using object-detectio…
- Pa11y
- An open-source automated accessibility testing tool that runs from the command line and in continuous-integration pipelines. Pa11y can drive either axe-core or HTML CodeSniffer as its underlying rule …