← All terms

Drag and Drop

Also known as: DnD

An interaction pattern in which users select an on-screen object by pressing and holding, then move it to a new location before releasing. Drag and drop is widely used in visual programming environments, file management, and content editing. It presents significant accessibility barriers because it typically requires simultaneous pointing, clicking, and movement — actions that depend on visual feedback and fine motor control. Users of screen readers, keyboard-only navigation, or switch devices often cannot perform drag and drop without accessible alternatives such as cut-and-paste, selection menus, or keyboard-based movement commands.

Category: interaction design · web accessibility · input methods

Related: Keyboard Accessibility · ARIA · Motor Accessibility · Block-Based Programming

Sources