WP Tota11y is an accessibility visualization toolkit.
WP Tota11y helps visualize how your site performs with assistive technologies. Check out the Tota11y webpage.
The process of testing for accessibility (a11y) is often tedious and confusing. In many cases, developers must have some prior accessibility knowledge in order to make sense of the results.
Instead, tota11y aims to reduce this barrier of entry by helping visualize accessibility violations (and successes), while educating on best practices.
WP Tota11y is a single JavaScript file that inserts a small button in the bottom corner of your document.
The toolbar consists of several plugins that each provide their own functionality.
Many of these plugins “annotate” elements on the page. Sometimes to show their existence, other times to point out when something’s wrong.
This plugin is compatible with ClassicPress.
This plugin is also available in Codeberg.
Installation
/wp-content/plugins/
directory.You should only use it when developing your site. It is not intended to be used on a live site with visitors.
It is likely that you have JavaScript errors in your website.
You can open the inspector of your browser, and check your messages in the console tab.
Email any other questions to marcel at zenoweb dot nl.