Creating a form that can be completed and submitted using the keyboard only adheres to which WCAG principle?
- Robustness
- Perceivability
- Understandability
- Operability
Explanation: The selected answer, Operability, aligns with the principle of creating a form that can be completed and submitted using the keyboard only, in adherence to the Web Content Accessibility Guidelines (WCAG). Operability focuses on ensuring that user interface components and navigation are operable, meaning they can be used effectively by a diverse range of users, including those with disabilities or limitations. By designing forms that are operable via keyboard navigation alone, without relying on mouse or touch input, developers enhance accessibility for individuals with motor disabilities or those who rely on assistive technologies such as screen readers or voice input devices. This approach enables users to navigate, interact with, and submit forms efficiently, regardless of their preferred input method, thus promoting inclusivity and usability for all users. Therefore, ensuring operability by enabling keyboard accessibility in form design is essential for meeting WCAG guidelines and providing an accessible user experience.