Search highlights toggle has no focus indicator
Posted: Thu Feb 17, 2022 5:42 pm
We've discovered that the search highlights toggle control (on the search results page for responsive webhelp) has no focus indicator, e.g. when tabbing to the control. We see that this is due to the following CSS in wh-breadcrumb.css:
.wh_hide_highlight:focus {outline: none}
Our understanding is that the lack of a focus indicator violates 508 accessibility requirements. We can work around this issue by including custom CSS to override this but wonder if there is some reason for suppressing the focus indicator.
.wh_hide_highlight:focus {outline: none}
Our understanding is that the lack of a focus indicator violates 508 accessibility requirements. We can work around this issue by including custom CSS to override this but wonder if there is some reason for suppressing the focus indicator.