Glossary
Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.
Search results
- Debounce(also: Debounce Filter, Key Debounce, Bounce Key Filter)
- A keyboard accessibility feature that filters out unintended extra keypresses caused by tremor or imprecise motor control. When enabled, the system ignores rapid successive activations of the same key within a specified time window, treating them as a single press. Debounce is…
- Device-Dependent Event Handler(also: Device-Dependent Event, Mouse-Dependent Event Handler)
- An event handler in web development that is triggered only by a specific input device, such as a mouse click or touch gesture, rather than being accessible through multiple input methods. Device-dependent event handlers create significant accessibility barriers because users who…
2 results.