Sharing a few accessibility warnings from plugin elements
-
As I’m going through a development site testing accessibility requirements, I noticed a couple errors related to this plugin and wanted to check in to see if they are no big deal, or maybe they should be considered for future updates to the plugin. I got these using Squiz’s HTML_CodeSniffer
1. Regarding the skiplinks section:
If this element contains a navigation section, it is recommended that it be marked up as a list.
<div class="wpa-visible-ltr" id="skiplinks" role="navigation"><a href="#content">Skip to cont...</div>
2. For the toolbar fontawesome icons:
Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.
<i class="icon icon-font"></i>
I appreciate any insight or thoughts you might have on these. Many thanks!
- The topic ‘Sharing a few accessibility warnings from plugin elements’ is closed to new replies.