TestKase
TestKase
|Docs
Accessibility TestingReports

WCAG Conformance Matrix

Pass / fail / incomplete status for every relevant WCAG criterion in the scan.

WCAG Conformance Matrix

The conformance matrix is the compliance-facing view of a scan. It takes your issue list and re-pivots it against every WCAG success criterion relevant to the version and level you chose.

Status values

StatusWhat it means
PassNo failing instances of any rule mapped to this criterion across the scan.
FailOne or more rules mapped to this criterion produced violations.
IncompleteAt least one rule needs manual review — axe-core couldn't decide automatically.

Layout

Criteria are grouped by the four WCAG principles:

  1. Perceivable — text alternatives, captions, color, adaptable content.
  2. Operable — keyboard, timing, seizures, navigation.
  3. Understandable — readable, predictable, input assistance.
  4. Robust — compatible with assistive technologies.

Within each principle the criteria are ordered by number (1.1.1, 1.2.1, ...), and each row shows:

  • Criterion number and name
  • Level (A / AA / AAA)
  • Status pill
  • Count of failing issues (clickable to filter the issue list)

Screenshot (TODO): Conformance matrix grouped by principle with status pills

Which criteria are shown

Depends on the WCAG version and level chosen at scan time:

  • Level A scan — only Level A criteria.
  • Level AA scan — A + AA criteria.
  • Level AAA scan — A + AA + AAA criteria.

Levels nest, so an AA scan always includes every A criterion.

Using the matrix for compliance reporting

The matrix is the source of truth for formal conformance claims. Typical pattern:

  1. Choose the version and level you must conform to (often WCAG 2.1 AA).
  2. Scan your in-scope URLs.
  3. Fix every Fail row.
  4. Manually verify every Incomplete row (axe can't confirm them automatically).
  5. Re-scan until only Pass or (acceptably justified) Incomplete remain.

Export the report as PDF or JSON for your audit trail. See Export formats.