Deskripsi
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.
Tangkapan Layar
Instalasi
- Upload the plugin folder to your /wp-content/plugins/ folder.
- Go to the Plugins page and activate the plugin.
Tanya Jawab
-
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.
Ulasan
Belum ada ulasan untuk plugin ini.
Kontributor & Pengembang
“Block Accessibility Checks” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
KontributorTerjemahkan “Block Accessibility Checks” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
1.1.0
Changed
- Redesigned editor notice be less obtrusive, added icon to left of block
- Moved error message to InspectorControls
- Removed individual SCSS files
- Updated README and Changelog
- Updated dependencies
- Replaced heading level validation with direct heading level restrictions in the editor
- Updated settings page to allow selection of which heading levels to remove from the editor
Fixed
- Added timeout to image alt check to prevent change of focus
1.0.3
Changed
- Updated dependencies
1.0.2
Added
- Icon and banner image for public release
- Mike Corkum as contributor
1.0.1
Added
- Add check for core/button text and link
Changed
- Updated both readme files
1.0
- Plugin released.