eibiflo / cf_cookiemanager

Simple Typo3 Cookie Manager
GNU General Public License v2.0
11 stars 6 forks source link

A11Y: Cookie details not reachable using keyboard alone #50

Closed nlehmkuhl closed 6 days ago

nlehmkuhl commented 2 weeks ago

(Frontend) It is not possible to view the cookie details using the keyboard. There is only a click-event on the table row which is not focusable.

Possible solution: Wrap the action info icon in a button and add the click-event too.