Hello,
In accessibility report (I’m using Siteimprove) for this website: https://termcoord.eu/ I’m getting a lot of error messages “Keyboard focus indicator is missing”. I didn’t find any help how to solve this issue in this forum.
Do you have any ideas on how to resolve these issues for Newspaper theme?
Thanks.
Hello!
Check this thread: https://stackoverflow.com/questions/31402576/enable-focus-only-on-keyboard-use-or-tab-press
Hope that helps you!
Thank you!
Hi,
I have the same problem on this site: https://europeanschooluxembourg2.eu and above mention link doesn’t help. I receive a warning regarding accessibility. Buttons must have discernible text that clearly describes the destination, purpose, function, or action for screen reader users.
And the link to the explanation page:
https://dequeuniversity.com/rules/axe/3.0/button-name?utm_source=app&utm_medium=hints&utm_campaign=pro
Would it be possible that you integrate this into a newspaper theme?
Thank you.
Hello,
Thank you for your reply.
FYI, I added these lines under the Appearance/Themes/Customise Newspaper theme/Additional CSS
a:focus {
border: 3px solid #4db2ec;
}
div.lg-link-item a:focus,
div.sm-link-item a:focus {
display: flex;
}
It seems to solve the problem. Can you please let me know if this will be overwritten when the theme updates?
Thanks.