Linux 软件免费装

ComplyClear Accessibility

开发者 dmdstar
更新时间 2026年9月2日 04:32
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

accessibility wcag ada section-508 accessibility-checker

下载

1.0.5 1.0.8 1.0.9 1.0.7 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.6

详情介绍:

An accessibility tool that works on your site's real markup. Most "accessibility" plugins add a floating widget that recolors text or reads pages aloud. Those overlays do not make a site compliant, and overlay vendors have been named in hundreds of ADA lawsuits because the underlying markup stays inaccessible. ComplyClear Accessibility works the other way around. It surfaces real WCAG problems in your content and helps your team fix them at the source. It is purpose-built for government and public-sector websites with Section 508 and ADA Title II obligations. Key features What the automated scan checks While you edit a page (Elementor or the block editor), the live scan checks: The site-wide report scans every published page, post, and uploaded document on the server: What still needs a human Automated testing reliably catches roughly 30 to 50% of WCAG success criteria. The rest need a person, and this plugin is built to tell you plainly what it could not check for you, so nothing gets mistaken for a clean bill of health: Important disclaimer This plugin assists with building and maintaining accessible content. It does not by itself guarantee or certify legal WCAG, ADA, or Section 508 conformance, and no tool can. Pair it with the manual checks above.

安装:

  1. Upload the complyclear-accessibility folder to /wp-content/plugins/, or install the ZIP via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the Plugins menu.
  3. Go to Settings → ComplyClear to choose your WCAG standard and enter your agency details.
  4. (Optional) Edit a page in Elementor and open the "Accessibility" tab on the right edge of the editor panel.

屏幕截图:

  • Settings: WCAG standard selector and code-level improvements.
  • One-click Accessibility Statement generator with live preview.
  • Site-wide accessibility report.
  • Real-time audit panel in the block editor, with click-to-navigate.
  • PDF and Word document accessibility checks.

升级注意事项:

1.0.8 The "Back to Accessibility Audit" control shown after jumping to a block is now always on screen. On shorter screens it could appear below the visible area, leaving no way to click back to the audit panel. 1.0.7 The site-wide scan now finishes on its own and covers custom content types. Findings are described by what to do about them rather than as errors and warnings, and the plugin now tells you when a scan cannot support a formal report. 1.0.6 Accuracy pass: several checks were reporting problems that were not really there. Findings are now labeled by how firmly they can be established, and the numeric score has been removed because it was calculated from those checks. 1.0.5 Important: fixes the widget's Report an Issue form, which could not submit. Also fewer false flags on Read more links and a hardened PDF scanner. 1.0.4 Fixes a false contrast error on text over Cover blocks and color overlays in the block editor. 1.0.3 Fewer false positives on layout tables and CDN-injected links, plus new keyboard checks. Detection cross-validated against axe-core and WAVE. 1.0.2 Six new WCAG detections (status messages, label in name, autoplay, timed refresh, required fields, skip links), editor and report now check the same rules, and fewer false flags. 1.0.1 Fewer false positives on page-builder layouts, and clearer contrast results for text over background images. 1.0.0 First public release of ComplyClear Accessibility: WCAG 2.1 and 2.2 AA and Section 508 auditing in the Elementor and block editors and across your whole site, with plain-language fixes and an accessibility statement generator.

常见问题:

Does this make my site ADA compliant?

No tool can do that alone. Compliance requires both automated and manual testing plus human judgment. This plugin gives you a prioritized, standards-mapped to-do list and helps you fix issues in your real content.

What page builders are supported?

The real-time editor panel, with click-to-navigate highlighting and plain-language guidance, works in both the Elementor editor and the WordPress block editor today. Support for more builders is being considered and will be prioritized by demand, so tell us which one your team uses.

Does it work without a page builder?

Yes. The site-wide accessibility report with per-page findings, the PDF and Word document checks, the accessibility statement generator, and the code-level improvements (skip-to-content links, visible focus outlines, and the page language attribute) all run on any theme, with or without a page builder. Only the in-editor panel is builder-specific.

What's the difference between WCAG 2.1 and 2.2?

2.2 is the current W3C standard and adds criteria such as Target Size (2.5.8) and Focus Not Obscured (2.4.11), while removing the deprecated 4.1.1 Parsing criterion. The plugin defaults to 2.2 AA because it is good practice, not because it is required of you. 2.1 AA is the technical standard the DOJ Title II rule sets, so choose it if you want to audit against that minimum on its own, or if a contract or policy names it.

Is this an accessibility overlay?

No, and that is deliberate. Overlays are widely criticized and have been the subject of numerous lawsuits. This plugin helps you remediate the underlying markup instead.

Why did my scan result not update straight away?

WordPress does not have a clock of its own. Scheduled work is checked when somebody loads a page on the site, so when you save a page the audit is queued rather than run on the spot. On a site with visitors that means a short delay. On a quiet site, or one behind a full-page cache that serves visitors without ever reaching WordPress, it can be a long one, because nothing has prompted WordPress to look. Opening the plugin's own screens counts as a page load, so if a result looks stale, loading the Report tab is usually enough to prompt it. Some hosts already replace this mechanism with a real scheduler, and some do not let you set up your own. Before changing anything, check the documentation for your host or ask their support. If you do need to set it up yourself, the standard approach is to stop WordPress checking on page loads by adding define( 'DISABLE_WP_CRON', true ); to wp-config.php, and then arrange for something to request wp-cron.php?doing_wp_cron on your site every fifteen minutes instead. A scheduled task in your hosting control panel can do that without any command line; so can a server cron entry, wp cron event run --due-now if your host provides WP-CLI, or an external scheduling service. That removes the dependency on visitor traffic, which is the common cause of a delay. It does not make anything certain: a run can still fail because the site was unreachable at that moment, because a server time limit cut it short, or because the scheduled task quietly stopped being run. Treat what the plugin shows you as the record of what actually happened.

Where is the data stored?

Everything stays on your own site, in your WordPress database. No content is sent to any third-party service.

What does this plugin store, and how do I remove it?

ComplyClear stores your settings, your scan results, and the details you enter for your accessibility statement. Scan results are stored against each page. It does not create any database tables of its own. Deactivating or deleting the plugin leaves that data in place by default, so you do not lose your scan history by turning the plugin off and on again. If you do want it removed, there is a setting for it on the Settings screen, under "Removing this plugin". Tick it and this plugin's data is deleted when you delete this plugin. It is off unless you turn it on, deactivating does not trigger it, and there is no export step, so read the warning on that screen before you use it. Each plugin removes only its own data. This setting covers ComplyClear Accessibility: the scan results stored on each page, your accessibility statement details, and its settings. ComplyClear Accessibility Pro keeps its own scan history, schedule and dismissed issues, and those are removed when you delete Pro. Deleting both removes both. Your published accessibility statement page is not deleted, because it is a page your site owns. A ComplyClear Pro license is never deleted either. Automatic removal is not supported on multisite networks. On multisite nothing is deleted, because a network delete would clear one site and silently leave every other site's data behind.

更新日志:

1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 First public release. ComplyClear Accessibility audits your content against WCAG 2.1 and 2.2 AA and Section 508, in the Elementor and block editors and across your whole site, with plain-language fixes and an accessibility statement generator. 0.5.2 0.5.1 0.5.0 0.4.2 0.4.1 0.4.0 0.3.0 0.2.1 0.2.0 0.1.17 0.1.16