Around 10 months ago, I reached out regarding accessibility issues (WCAG) with your plugin, specifically about adding support for tab navigation and keyboard navigation for expanding elements. Here is the original thread: https://www.ads-software.com/support/topic/accessibility-issues-wcag-2/.
At the time, I received a response stating that these issues would be addressed soon. However, I still notice that the problem persists, and with the upcoming enforcement of EU accessibility laws, we will be required to ensure compliance. If these issues aren’t resolved soon, we may need to consider switching to an alternative plugin.
I would appreciate any updates on when this will be addressed. Your prompt attention to this matter is crucial.
Best regards,
Kim
<input type="text" class="wpc-search-field" placeholder="" value="" name="srch">
So I’d suggest adding this:
<label for="srch" class="screen-reader-text"><?php _e( 'Search', 'filter-everything' ); ?></label>
The “screen-reader-text” class will make sure that the label is only accessible by screen readers: https://make.www.ads-software.com/accessibility/handbook/markup/the-css-class-screen-reader-text/
]]>I currently use the “Accessibility New Window Warnings” plugin by Equalize Digital in an effort to meet accessibility standards for alerting users when a link will be opening in a new tab or window. I understand this importance for website users on the frontend, but the icons and notifications on the backend can be frustrating and confusing (especially when they cover up what we staff are trying to work on). Is it possible to disable the icons and pop-ups on the backend/admin side?
Thanks!
]]>I currently use the “Accessibility New Window Warnings” plugin by Equalize Digital in an effort to meet accessibility standards for alerting users when a link will be opening in a new tab or window. I understand this importance for website users on the frontend, but the icons and notifications on the backend can be frustrating and confusing (especially when they cover up what we staff are trying to work on). Is it possible to disable the icons and pop-ups on the backend/admin side?
Thanks!
]]>