High-level overview of accessibility referentials supported by CheckFox.
What a referential is
A referential is a structured set of accessibility criteria with associated conformance levels. CheckFox lets each audit pick exactly one. Specific criterion text and tests live in the database, not in this file.
Referentials in CheckFox
WCAG 2.2
The international baseline. Maintained by the W3C. Levels A, AA, AAA. The starting point for almost all accessibility law worldwide.
- Use when: international audience, no specific national obligation, or as a foundation for national referentials.
RGAA 4.1.2
The French national referential. Built on WCAG but adds operational test procedures and a slightly different organization. Its criteria are published in French only.
- Use when: auditing a French public-sector service or a service subject to French obligations.
RAWeb 1.1
The Luxembourg national referential. Aligned with EN 301 549 and WCAG. Required for Luxembourg public-sector services.
- Use when: auditing a Luxembourg public-sector service or a service subject to LU obligations.
RAAM 1.1
The French referential for mobile applications, the counterpart of the RGAA for native apps.
- Use when: the audited service is an iOS or Android application rather than a website.
RAPDF 1.1
The referential for PDF documents.
- Use when: the deliverable under audit is a PDF, a form or a template, not a web page.
Custom guidelines
Pro and Enterprise workspaces can define their own referential, with their own criteria, and audit against it like any other. Use when an internal design system or a contractual checklist has to be assessed alongside a legal referential.
Levels
An audit is not created "at a level". It carries every criterion of its referential, and each criterion displays its own level:
- A - minimum. Rarely sufficient on its own; some legal regimes require it as a floor.
- AA - the de facto legal standard in EU and US contexts, and what almost every audit is judged against.
- AAA - aspirational. Some AAA criteria are intentionally not required for full conformance because they cannot be met by all content types.
Most legal regimes (EU public sector directive, US Section 508, LU and FR national laws) target Level AA. RGAA and RAWeb are already built around that target, so their criteria sets need no level filtering.
Choosing a referential
If both a national referential and WCAG apply, the national referential governs. Audit against the national one and rely on its mapping to WCAG for international comparability.
Coverage
RGAA and RAWeb also publish official reduced criteria sets, offered at creation as a coverage choice: the RGAA quick and complementary audits, and the RAWeb simplified control. They are non-conformity checks, not conformance audits. See product / audits.
Multiple referentials
A single audit picks one referential. If a service must declare conformance against multiple, run separate audits per referential.
Where the criteria text lives
In the database, not in this file. The AI assistant fetches specific criterion text by ID on demand. Asking "what does WCAG 1.4.3 say?" triggers a SQL lookup, not a markdown read.