Accessibility issue: WCAG 2.1 AA F78 – The CSS outline or border style
-
We have done considerable testing and find that there are six occasions where there is CSS in the ‘events-manager/includes/css/events_manager.css?ver=5.9942
‘ CSS file that removes the focus outline by ‘0’ or ‘none’. Please remove this to allow standard focus styling to be used for keyboard-only users and therefore pass WCAG 2.1 AA standards.The six occasions:
div.css-search input.em-search-text, div.css-search input.em-search-geo {... outline:none !important; ...} div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder {... outline:none; ...} div.css-search div.em-search-main div.em-search-field input:-moz-placeholder { ... outline:none; ...} div.css-search div.em-search-main div.em-search-field input::-moz-placeholder {... outline:none; ...} div.css-search div.em-search-main div.em-search-field input:-ms-input-placeholder {... outline:none; ...} .ui-em_timepicker-wrapper {... outline:0; ...}
Please let us know if you intend to remove these overrides, or if we should add your plugin to the list of excluded plugins, or exceptions to the accessibility statement for this website.
Many thanks,
connectisl
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Accessibility issue: WCAG 2.1 AA F78 – The CSS outline or border style’ is closed to new replies.