Keyboard operability (keyboard-operability)

All interactive elements (e.g., buttons, links, forms, and menus) are accessible and usable via keyboard input alone.


Focus immediately removed on focus:

This input field removes focus using scripting when it is focused, preventing any keyboard interaction:

Users navigating with a keyboard cannot interact with the element because the focus is removed as soon as it's received.

Note: Impossible to automatically test. Requires human or AI testing to verify that interactive elements retain keyboard focus and do not blur on focus via scripts.

axe detected: none  |  QualWeb detected: none