Issue Description
It is not possible to switch or activate the language switcher using keybord only navigation.
How to reproduce / Current behavior
- Access: https://ojs34.demo.publicknowledgeproject.org/index.php/immersion
- Press
TAB key to move the focus
- Notice that it is not possible to focus and activate the language switcher.
What application are you using?
OJS version 3.4
Stack
- Device: Lapto
- OS: MacOS
- Browser: edge, firefox, chrome
Testing method
Action
Implement focus on language switcher to enable interaction using keyboard.
Additional information
The component was implemented using a LINK element tag <a > </a> without HREF attribute. This element should be a button tag instead to provide better support to different browsers + screenreader combination.
