Public documentation

Results and severity model

How severity, source, confidence, and user impact should be interpreted together.

Severity is not a verdict by itself

Severity helps prioritise review, but it is not a complete accessibility verdict. A high-severity confirmed issue still needs context and retesting; a lower-severity item can still block a user journey depending on placement and task.

Fields to evaluate together

FieldMeaningHow to use it
ClassificationConfirmed, needs review, advisory, limitation, or diagnosticDetermines whether the item can be treated as defect evidence.
Severity or impactEstimated user-impact priority from source rule or custom logicUse for triage order, not certification.
Source engineaxe-core, A11Y Cat module, spelling, diagnostics, or review workflowUse to trace why the result exists.
Source rule IDRule or check identifierUse for remediation research and reproducibility.
Selector and snippetElement or evidence contextUse to locate the issue; verify stale selectors after page changes.
WCAG/POUR mappingRelevant accessibility principle or criterion where availableUse as context; it is not a conformance certificate.

Priority workflow

  1. 1

    Filter confirmed issues first

    Use confirmed issue rows as remediation candidates, especially where severity is high and the user journey is important.

  2. 2

    Review needs-review queues

    Inspect ambiguous items before deciding whether a defect exists.

  3. 3

    Check limitations and diagnostics

    Understand what the scan could not inspect before making coverage statements.

  4. 4

    Retest after changes

    Rerun the scan and manual checks after remediation, state changes, or responsive layout changes.