Flewo Accessibility Audit for RGAA

Description

Flewo Accessibility Audit for RGAA runs an accessibility audit of your WordPress
pages against the French RGAA 4.1 guidelines (based on WCAG) and displays a
readable report right inside the admin, with no configuration.

Whether you are a site owner, a content manager or an agency, this accessibility
audit plugin helps you find and prioritize the most common RGAA and WCAG issues
on your pages.

The analysis runs in your browser using the open-source axe-core engine, and the
results are organized by RGAA topic (images, forms, colors, links, content
structure, and so on).

Note: the plugin interface and the report are in French, as the plugin targets
RGAA compliance for French-language websites.

For each detected issue, the report shows:

  • the related RGAA topic,
  • the impact level (minor, moderate, serious, critical),
  • the HTML element at fault,
  • a remediation suggestion,
  • a direct link to the official RGAA criterion.

It also reports the number of items that require a manual review (checks the
automated engine cannot decide on its own).

Scope of an automated audit

An automated audit only covers a portion of the RGAA criteria (around 30%). It
does not replace a manual audit performed by an expert, but it helps quickly spot
the most common issues and prioritize fixes.

Privacy

The whole analysis runs on your own site, in your browser. The plugin does not
send any data to external services.

Third-party libraries

This plugin bundles axe-core 4.12.0 (https://github.com/dequelabs/axe-core), an
accessibility testing engine licensed under the Mozilla Public License 2.0
(MPL-2.0). The bundled file is shipped unmodified; see
assets/vendor/axe-core/README.md.

Installation

  1. Upload the rgaa-audit folder to /wp-content/plugins/, or install the
    plugin from the Plugins screen in WordPress.
  2. Activate the plugin through the Plugins menu.
  3. Open the “Audit RGAA” menu in the admin.
  4. Pick a page and click the audit button.

FAQ

Does this replace an official RGAA audit?

No. An automated audit only detects part of the issues. A full RGAA compliance
audit requires manual testing by a qualified auditor.

Does the plugin send data to third parties?

No. The analysis runs locally in the browser, on the pages of your own site.

Why is the interface in French?

The RGAA is the French accessibility standard, so the admin interface and the
report are provided in French. The plugin is translation-ready (a .pot file is
included).

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Flewo Accessibility Audit for RGAA” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release: audit of a selected page and a report grouped by RGAA topic.