Accept button is nor keyboard accessible
-
Hi, the Accept button for the cookie banner is not keyboard accessible. The button is an “a” element with
role="button"
` but it needs tabindex=”0″ added to enable it to be accessed via the keyboard. I have tried adding this attribute using some JavaScript but whilst this works and enables the user to use the keyboard to access it the more critical issue is that the actual “accept” functionality does not work via the keyboard but will only work with mouse click / tap interaction.Is there a way this can be updated or a way I can override / fix this behaviour? It has been flagged during an accessibility assessment so I need to find a way to resolve the issue.
Thanks for your help!
- The topic ‘Accept button is nor keyboard accessible’ is closed to new replies.