Details
-
Bug
-
Resolution: Solved By
-
Major
-
13.1
-
None
-
Unknown
-
N/A
-
-
2.1.1 Keyboard
Description
We faced an a11y issue while BITV examination (german wcag). The button "more actions" can't be accessed by keyboard. We temporarily fixed it with a script:
// Der Knopf "Weitere Aktionen" im Artikel ist nicht mit Tab anspringbar try { let moreActions_button = document.querySelector("#tmMoreActions > a"); moreActions_button.setAttribute('tabIndex', '0'); } catch (e) { console.log('Knopf Weitere Aktionen nicht gefunden') };
Attachments
Issue Links
- relates to
-
XWIKI-20842 More actions button is an anchor
- Closed