ViralMaisuriyaa Accessibility Scanner

Opis

ViralMaisuriyaa Accessibility Scanner is a standalone server-side accessibility auditing plugin for WordPress administrators.

The plugin uses the WordPress HTTP API and PHP DOM extension to inspect the HTML returned by public URLs. It can discover crawlable same-domain URLs from WordPress/XML sitemaps and page links, scan selected content scopes, show live progress, and provide detailed reports with issue severity, affected elements, selectors, WCAG references, disability context, and remediation guidance.

Available scan scopes include the entire site, home page, pages, posts, categories, tags, author archives, WooCommerce products, product categories, and custom post types/other content.

No external scanning API, API key, SaaS account, Node.js service, Chromium service, or third-party scanner is required.

Important limitations

This plugin performs server-side HTML analysis. It does not execute the audited site’s JavaScript and cannot reliably evaluate browser-rendered behavior such as computed CSS color contrast, visual focus styling, target dimensions, dynamic ARIA changes, keyboard interaction, or focus trapping. Those checks are identified for manual/browser testing where appropriate.

Privacy and outbound requests

The plugin sends HTTP requests only to public URLs selected by an administrator for scanning and to same-domain URLs discovered while crawling that site. These requests are necessary to retrieve the HTML and sitemap data being audited. The plugin does not send scan data to a third-party service.

Snimke zaslona

Instalacija

  1. Upload the plugin ZIP from Plugins > Add New > Upload Plugin, or install it from the WordPress.org directory once available.
  2. Activate ViralMaisuriyaa Accessibility Scanner.
  3. Open Tools > Accessibility Scanner.
  4. Enter a public HTTP or HTTPS URL.
  5. Choose the content scope you want to audit.
  6. Start the scan and follow the live page-by-page progress.
  7. Open the generated accessibility report or download the JSON report data.

ČPP

Does this plugin require an API key or external service?

No. Scanning is performed by the plugin using WordPress/PHP and the WordPress HTTP API.

Does it execute JavaScript on the site being scanned?

No. It analyses the server-returned HTML. Browser-runtime checks should still be completed with an appropriate browser-based accessibility testing tool and manual testing.

Can it scan an entire site?

Yes. The scanner can discover same-domain URLs from available sitemaps and crawlable links. Very large sites may still be affected by web server, PHP, or hosting resource limits.

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“ViralMaisuriyaa Accessibility Scanner” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Dnevnik promjena

1.7.3

  • Standardized all plugin-owned namespaces, constants, AJAX actions, nonces, options, script handles, localized JavaScript objects, and view variables with the unique VIRAACSC/viraacsc prefix for WordPress.org compatibility.

1.7.2

  • Renamed the plugin to a more distinctive WordPress.org directory name.
  • Moved report CSS and JavaScript into enqueued asset files.
  • Added a protected WordPress admin report viewer.
  • Updated WordPress.org metadata and contributor information.
  • Preserved live progress scanning and selectable scan scopes.