← All terms

Abstract Widget

Also known as: Abstract Interaction Object

A user interface component defined by its semantic purpose and interaction behavior rather than its visual appearance. Abstract widgets specify what a user can do (select from options, enter text, trigger a command) without prescribing how the interaction is rendered — it could appear as a GUI button, a spoken prompt, a braille menu, or a command-line option. This concept, introduced in the Fruit toolkit by Kawai et al. in 1996, anticipated modern accessibility patterns like WAI-ARIA roles, which similarly assign semantic meaning to interface elements independent of their visual presentation.

Category: User Interface Design · Accessibility Concepts · accessibility history

Related: Widget · Accessible Rich Internet Applications · Semantic HTML · Device Independence · Multimodal Interaction

Sources