Antoniomaxtp Accessibility Scanner

外掛說明

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.

安裝方式

  1. Upload the antoniomaxtp-accessibility-scanner folder to /wp-content/plugins/, or install the zip from Plugins > Add New > Upload Plugin.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Tools > A11y Scanner.
  4. 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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Antoniomaxtp Accessibility Scanner〉的開發相關工作。

參與者

變更記錄

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.