billentyzetnavigálhatóság
Keyboard navigation, sometimes referred to in Hungarian as billentyűzet navigáció, is the practice of interacting with a user interface using a keyboard rather than a pointing device. It covers how users move focus between interactive elements, how they activate controls, and how the interface communicates state to keyboard users. The goal is to make all essential functions reachable without a mouse.
Common patterns include moving focus with the Tab key to advance and Shift+Tab to move backward, activating
Accessibility considerations are central to keyboard navigation. It is a fundamental requirement of many accessibility guidelines,
Implementation and design guidelines emphasize predictable focus order, consistent behavior across components, and proper focus management