Linux 软件免费装
Banner图

reala11y — Accessibility Checker & WCAG Scanner

开发者 wkh0000
更新时间 2026年6月24日 20:42
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

accessibility wcag alt text ada accessibility checker

下载

1.0.0 1.0.1 1.1.0 1.2.0

详情介绍:

reala11y is a WordPress accessibility checker and scanner that helps your site move toward WCAG 2.2 AA conformance by scanning for common issues and applying safe, code-level fixes — skip links, focus outlines, language attributes, form labels, target-size, link purpose, and more. Unlike accessibility overlay widgets, reala11y modifies the underlying HTML so screen readers and keyboard users encounter the corrected page. What reala11y does What reala11y does NOT do External services reala11y is self-contained and contacts third-party services only as described below, and only when the relevant feature is used. This free build does not bundle Freemius or any licensing or analytics service. See our privacy policy at https://reala11y.com/legal/privacy. Source code reala11y is open source (GPLv2 or later). The admin interface is written in React and TypeScript and bundled with Vite. The human-readable source for the compiled files in build/admin/ ships with the plugin under admin/src/. To rebuild it, run "npm install" and then "npm run build" in the plugin's admin/ directory. Why reala11y Links

安装:

  1. Upload the plugin to /wp-content/plugins/reala11y/ or install via the Plugins screen.
  2. Activate "reala11y" from the Plugins screen.
  3. Go to "reala11y" in the WordPress admin to configure.

屏幕截图:

  • The Scans screen — run an accessibility scan on any post, page, or same-site URL, and review your scan history.
  • The Issues list — each WCAG finding grouped by severity, with its success criterion and a code snippet, plus one-click dismiss.
  • The Fixes screen — apply safe, code-level fixes to your content; every change is logged and reversible with one-click undo.
  • AI authoring tools — bring your own OpenAI, Anthropic, or Google Gemini key (stored encrypted) to generate alt-text suggestions you review before applying. Free for everyone.
  • The Tools screen — a built-in colour-contrast tester checks any foreground/background pair against WCAG AA and AAA for normal and large text.
  • The accessibility statement and reports — generate a customizable statement template, VPAT starter, and compliance report to document your remediation work.

升级注意事项:

1.2.0 Adds one-click "Scan whole site" and "Fix whole site" actions, scheduled recurring scans, bulk alt-text from the Media Library, and six new accessibility checks (22 total). Every fix stays reversible and Safe-Mode gated. 1.1.0 Adds inline one-click fixes (alt text, link text, labels, colour contrast, icon-control names, heading levels) and an optional render-time theme-output fix layer that is off by default. 1.0.1 Documentation and listing update: real admin screenshots, clearer copy, and project links. No code changes. 1.0.0 First public release: 16-rule scanner, reversible auto-fix engine with Safe Mode, author-only Inspect-on-page overlay, BYOK AI suite, and compliance documents. 0.6.0 First public release candidate: scanner, auto-fix engine, BYOK AI suite, and compliance documents. 0.0.1 First development release.

常见问题:

Does this make my site WCAG compliant?

No tool can. reala11y identifies common WCAG issues and remediates a defined subset at the code level. Full conformance requires manual review and user testing.

Do I need an API key for AI features?

Yes — bring your own OpenAI, Anthropic, or Google Gemini key. The AI authoring features then work in this free version at no extra charge from us; your provider bills you directly for what you use. reala11y never resells or proxies AI usage.

How does this compare to accessibility overlay widgets?

Overlay widgets (e.g., accessiBe, UserWay) inject a floating JavaScript layer that does not modify the underlying HTML. Screen readers continue to see the original, unfixed page. The FTC fined accessiBe $1,000,000 on April 21, 2025 for claiming automated WCAG compliance. reala11y instead applies fixes to the actual HTML that browsers, screen readers, and crawlers see.

What WCAG version do you cover?

WCAG 2.2 AA. WCAG 2.2 became a W3C Recommendation on October 5, 2023.

Is reala11y an alternative to accessiBe or UserWay?

If you are looking for an accessiBe or UserWay alternative that fixes the underlying HTML instead of layering a JavaScript widget on top, reala11y is built for that. Overlay widgets leave the original page unchanged for screen readers; reala11y edits the actual code. As context, the FTC fined accessiBe $1,000,000 on April 21, 2025 over automated WCAG compliance claims.

Can it generate alt text for my images?

Yes. The scanner flags images missing alt text (WCAG 1.1.1), and the bring-your-own-key AI tools can draft an alt-text suggestion using your own OpenAI, Anthropic, or Google Gemini key. Every suggestion is shown for your review and is never applied automatically.

更新日志:

1.2.0 1.1.0 1.0.1 1.0.0 0.6.0 0.0.1