Accessibility Statement Screen
Component Detail
User Interface
low complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
A read-only Flutter screen that renders the platform's accessibility statement as scrollable rich text following the Norwegian Digitaliseringsdirektoratet template. The screen presents WCAG 2.2 AA conformance level, known limitations, feedback contact information, and links to regulatory bodies. It must itself be fully WCAG 2.2 AA compliant with semantic headings, sufficient contrast, scalable text, and complete screen reader support.
accessibility-statement-screen
Responsibilities
- Render versioned accessibility statement content with proper semantic heading structure
- Provide accessibility feedback mechanism via mailto link to dedicated contact address
- Display current WCAG version (2.2) and conformance level (AA) prominently
- Ensure the screen is reachable from Help & Support menu without authentication
Interfaces
buildAccessibilityStatementPage()
renderStatementSection(title, content)
renderFeedbackLink(contactEmail)
renderRegulatoryLinks()
scrollToSection(sectionId)