Description
Accessibility is a crucial aspect of web content creation. Many organizations must adhere to strict WCAG (Web Content Accessibility Guidelines) requirements. While the Gutenberg block editor significantly enhances content management, it still allows the publication of content that may not meet basic accessibility standards. This plugin offers site owners and content editors configurable block checks. These checks can either enforce strict accessibility error notices to prevent publishing or provide warnings in the editor while still allowing publication.
The following is a list of checks that are configurable for core blocks. Each check can be set to error (default), warning or none.
- core/button: Checks for text and link on each button
- core/heading: Prevents the usage of an level one heading in the content
- core/gallery: Checks for alternative text on an image
- core/image: Checks for alternative text on an image
- core/image: Adds a toggle to confirm image use as decorative allowing for bypass accessibility check
- core/table: Checks for a table header row on each individual table block
Getting Involved
If you would like to get involved and contribute to the development of this plugin or view it’s source code you can find more information in the plugins GitHub repo.
Screenshots
Installation
- Upload the plugin folder to your /wp-content/plugins/ folder.
- Go to the Plugins page and activate the plugin.
FAQ
-
How do I use this plugin?
-
- Once activated head to the “Block Checks” page under the “Settings” menu
- Configure the checks to your liking
- Click “Save Changes”
These options will be automatically applied to existing blocks throughout your site and are active as you build new content.
-
How to uninstall the plugin?
-
Simply deactivate and delete the plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Block Accessibility Checks” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Block Accessibility Checks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Plugin released.