Keyboard operability (keyboard-operability)

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


Focus removed on link (image):

This <a> element removes focus using scripting when it is focused, preventing keyboard interaction:

Sample Link

Even though the link is technically in the tab sequence, it cannot be activated by keyboard because focus is immediately blurred via script.

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