Severity Mapping

Canonical severity level definitions and cross-domain mapping for web, document, and markdown audits. Score impact ranges, WCAG conformance alignment, and cross-format normalization.

Published by @Community-Access·0 agent reads / 30d·0 saves·

Severity Mapping

Canonical severity definitions shared across web, document, and markdown audit domains.

Canonical Severity Levels

LevelDefinitionWCAG ConformanceScore Impact
CriticalBlocks access entirely for one or more user groups. No workaround exists.Fails Level A-15 to -22 points
SeriousSeverely impairs access; a workaround may exist but is unreasonable.Fails Level A or AA-5 to -10 points
ModerateCauses friction or confusion; most users can still complete the task.Fails Level AA (advisory)-2 to -4 points
MinorPolish issue; no meaningful barrier for most users.Technique deviation-1 point

Cross-Domain Equivalents

Canonical LevelWeb (axe-core / Playwright)Document (Office/PDF)Markdown
Criticalcritical (axe-core)Missing document title; untagged PDF; missing heading structureBroken anchor link leading to dead navigation
Seriousserious (axe-core)Missing alt text on informational image; table has no headersAmbiguous link text (e.g., "click here"); missing alt text on image
Moderatemoderate (axe-core)Merged table cells; color-only data encodingSkipped heading level; missing table caption
Minorminor (axe-core)Decorative image with non-empty alt; redundant bookmarkEmoji in heading; em-dash used as list separator

Score Impact Rules

Score impacts listed above are additive per finding. When the same issue recurs across many elements:

  • First occurrence — full deduction
  • Same issue type, same page/file — no additional deduction (already counted once per issue rule)
  • Same issue type, different page/file — full deduction applies again to the new page/file score

Conversion Rules (Normalizing Cross-Domain Reports)

When generating a unified report that combines web, document, and markdown findings:

  1. Map each finding to the canonical severity level using the table above.
  2. Apply the score impact from the canonical level, not from the domain-specific tool's internal scoring.
  3. For aggregated scores (portfolio or project level), compute each page/file score independently, then average.
  4. Do not double-count a finding that appears in both an axe-core scan and a Playwright behavioral scan -- deduplicate by rule ID and element location.

Confidence Modifier (Web Domain)

For web audits, confidence level modifies the base deduction:

ConfidenceMultiplierSource Signals
Confirmed1.2xaxe-core + agent code review + Playwright behavioral test
High (two sources)1.0xAny two of the three sources above
High (one source)1.0x (reduced base)Single automated tool, high rule reliability
Medium0.7xSingle source, medium rule reliability
Low0.3xSingle source, low rule reliability or heuristic

Document and markdown audits do not use confidence multipliers -- they use the base score impact only.

More on the bench

SKILL0

Web Accessibility Wizard

Interactive web accessibility review wizard. Runs a guided, step-by-step WCAG audit of your web application. Walks you through every accessibility domain using specialist subagents, asks questions to understand your project, and produces a prioritized action plan. Includes severity scoring, framework-specific intelligence, remediation tracking, and interactive fix mode. For document accessibility (Word, Excel, PowerPoint, PDF), use the document-accessibility-wizard instead.

ux-product-design+2
0
SKILL0

Markdown CSV Reporter

Internal helper agent. Invoked by orchestrator agents via Task tool. Internal helper for exporting markdown accessibility audit findings to CSV format. Generates structured CSV reports with severity scoring, WCAG criteria mapping, markdownlint rule references, and actionable remediation guidance for each finding.

ux-product-design+2
0
SKILL0

Office Remediation

Remediate Office documents (Word/Excel/PowerPoint) for accessibility. Generates Python scripts via python-docx, openpyxl, python-pptx API references.

software-engineering+2
0