AccessibilityStatementScreen
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
A static screen presenting the application's formal WCAG 2.2 AA accessibility declaration in plain Norwegian. It displays compliance status, known exceptions with remediation timelines, testing methodology, and a contact mechanism for reporting barriers. The screen is publicly accessible without authentication and is itself fully compliant with WCAG 2.2 AA requirements.
accessibility-statement-screen
Sources & reasoning
Listed in the help-support area taxonomy as MVP (line 479). Norwegian regulations on universal design mandate a published accessibility statement for public-facing digital services. Lines 26-38 make WCAG 2.2 AA non-negotiable from day one for all organizations, making the formal statement a legal baseline at launch.
-
docs/source/likeperson.md · line 28Alle fire organisasjoner har brukere med svært ulike forutsetninger - motoriske, kognitive og sensoriske. Appen SKAL oppfylle **WCAG 2.2 nivå AA** som minimumskrav for alle skjermer og interaksjoner - fra dag én
-
docs/source/likeperson.md · line 479| help-support | Help & Support | Contact Us, Privacy Policy, Accessibility Statement, FAQ |
Responsibilities
- Render the formal accessibility statement text in plain Norwegian with proper semantic HTML structure
- Display known WCAG 2.2 AA exceptions with associated remediation timelines
- Provide a contact mechanism (email link or form) for users to report accessibility barriers
- Present testing methodology and compliance scope information
- Ensure the page itself meets all WCAG 2.2 AA success criteria including color contrast, focus order, and screen reader compatibility
Interfaces
render(): ReactElement
getStatementContent(): AccessibilityStatementContent
handleBarrierReport(contactMethod: string): void