← All terms

Auto-label

Also known as: 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 Player's auto-label function would heuristically find nearby text for objects without ALT text and pass it to assistive technology. While auto-labeling can provide some accessibility as a fallback, it often produces inaccurate or misleading labels because the heuristic cannot reliably determine which text is semantically associated with a given control. Accessibility best practices recommend that developers always provide explicit, meaningful labels rather than relying on automatic labeling mechanisms.

Category: Assistive Technology · Web Development · Automated Accessibility

Related: Alternative Text · Label · Screen Reader · Accessible Name

Sources