Описание
Antoniomaxtp Accessibility Scanner helps editors, developers, and agencies quickly detect common accessibility issues.
The plugin scans internal pages and produces a report with:
- issue severity (critical, medium, minor, suggestion)
- HTML details for affected elements
- actionable remediation suggestions
- CSV and HTML export
- automatic fixes for selected issues (for example missing image alt, empty links, rel on target _blank links)
Additional features include:
- batch scanning via AJAX with progress bar
- pause/resume scan
- report filters and search
- automatic alt assignment for newly uploaded images
- checks for CSS background images (inline styles and style tags)
Important limitations
This plugin provides an automated preliminary check and does not replace a full manual audit.
You still need real keyboard testing, screen reader testing, visual contrast checks, and user-flow validation.
Инсталиране
- Upload the
antoniomaxtp-accessibility-scannerfolder to/wp-content/plugins/, or install the zip from Plugins > Add New > Upload Plugin. - Activate the plugin through the Plugins screen in WordPress.
- Go to Tools > A11y Scanner.
- Set the start URL, max pages, and run the scan.
ЧЗВ
-
Does this plugin make my site fully compliant automatically?
-
No. It helps you identify and fix common issues, but compliance still requires manual testing.
-
Can I use it on sites built with page builders?
-
Yes, but some automatic fixes may not apply to elements generated by templates, header/footer builders, or complex modules.
-
Are decorative images without alt flagged as errors?
-
No. Images with an empty alt attribute (
alt="") are treated as decorative and are not flagged.
Отзиви
There are no reviews for this plugin.
Сътрудници и разработчици
“Antoniomaxtp Accessibility Scanner” е софтуер с отворен код. Към разширението са допринесли следните хора:
СътруднициПревеждане на “Antoniomaxtp Accessibility Scanner” на вашия език.
Имате интерес към разработване?
Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.
Списък с промени
4.2.1
- Adopted a distinctive plugin name and slug.
- Reworked admin assets loading to use enqueue APIs.
- Updated internal prefixes to reduce naming collision risk.
- Updated contributor header to match the owner account.
4.2.0
- Added report filters and search.
- Added „auto-fixable only“ filter.
- Improved URL deduplication by stripping tracking parameters (utm, fbclid, gclid, mc_cid, mc_eid).
- Added pause/resume UI for AJAX batch scanning.
- Improved robustness of automatic fixes for images and links.
4.1.0
- Added AJAX batch scanning with progress.
- Added support for excluded URL paths.
- Added checks for CSS background images.
- Show „Fix“ button only when an automatic fix is available.
4.0.0
- Initial public release.