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 (anchor text):

This <a> element includes inline JavaScript that removes focus when it is received:

Link Phrase

Even though this anchor is reachable via the tab key, keyboard users cannot activate it because focus is removed immediately by the script.

Note: Impossible to automatically test. Requires human or AI testing to verify that focus is not programmatically removed via script upon focus.

axe detected: none  |  QualWeb detected: none