Artificial Intelligence (AI) detects and corrects many issues automatically.

Artificial Intelligence (AI) built into the WP ADA Compliance Check Plugin detects and corrects many issue automatically. Developers can use the custom content filter hook to correct issues in plugin and theme content that would normally be difficult or impossible to resolve.

Included content filters:

  1. Notifies users when a link opens a new window, PDF documents or other non HTML content
  2. Converts absolute font sizes in content to relative sizes (% or ems)
  3. Removes empty link and heading tags in content
  4. Removes links from images that are linked to themselves
  5. Removes redundant alt text and title attributes
  6. Adds outline styles to all focusable elements restoring visible keyboard focus
  7. Adds role and tabindex attributes to elements with event handlers that are emulating links
  8. Adds aria-label attributes with post title to read more links in post archives
  9. Adds title attributes to iframe elements
  10. Removes phrases such as “image of” or “photo of” from image alt text
  11. Converts justified text to left or right aligned and removes option to justify text
  12. Adds missing language attributes to html tags
  13. Adds skip nav links to pages where they are missing
  14. Adds or corrects incorrect labeling of ARIA landmarks
  15. Remove auto play parameters from embedded audio or video
  16. Converts title attributes to aria-label on links and corrects accessibility issues with font awesome icons inside links
  17. Converts unlinked email addresses to mailto: links
  18. Adds “onkeypress” keyboard event handler to elements that include only mouse event handler such as onclick
  19. Removes inline styles that obscure or remove the outline from focusable elements
  20. Corrects radio groups and captcha fields in the Visual Form Builder plugin
  21. Corrects issues such as empty links and adjacent identical links created when using the Elementor icon or image box widgets
  22. Corrects accessibility issues created by the Elementor table of contents widget
  23. Corrects accessibility issues created by the Elementor toggle or accordion widgets
  24. Stops Autoplay on Elementor Image Carousel Widget
  25. Corrects accessibility issues created by theme or plugins modifying page anchor behavior such as those created by Elementor and OceanWP
  26. Adds aria-hidden=”true” to font awesome icons that do not include text, title or aria-labels
  27. Removes tabindex attributes that have been manually set
  28. Corrects dialog links without a notice that they will open a dialog

Similar Posts

  • Elementor ADA Compliance

    Elementor is a popular WordPress page builder plugin. It is not limited to page design only, but allows you to build your entire websites. Any part of a WordPress theme can be edited and customized. By using the Elementor editor to drag and drop widgets onto your page, you can a save time, work more…

  • Stop Users from Publishing Content With Accessibility Issues

    If your digital services aren’t accessible to everyone, you’re effectively shutting out up to 61 million people, or one in four U.S. adults living with a disability. Not only do accessibility errors on your website result in barriers for website users they can result in lawsuits and impact the reputation of your business. Correcting existing…

  • | |

    Custom Content Filter Hook

    The WP ADA Compliance Check plugin includes the “wp_ada_compliance_change_the_content_callback” hook that can be used to change website content as the page loads. It supports a single parameter that is set to the page content. This filter is applied to the content after the WP ADA Compliance Check does  its own filtering to allow you to…

  • |

    How can I translate the WP ADA Compliance Check plugin

    Our plugins are configured to use WordPress Translation and a Poedit (POT) file has been provided to facilitate translation to the desired language.  Complete the following steps to translate your website: Download the free Poedit editor  Find the provided PO file in the languages folder of the wp-ada-compliance archive Open wp-ada-compliance-en_EN.po using Poedit Choose “Create…

  • | |

    Enabling Cron Scans on your Website

    WP ADA Compliance includes an option to scan your website using WordPress cron. Not only are cron scans a convenient way to locate issues on your website but they use less server resources. Complete the following steps to enable cron scans on your website: First ensure that your webiste is configured to execute cron jobs…