Accessibility Statement Screen
Component Detail
Description
A static Flutter screen displaying the platform's formal WCAG 2.2 AA compliance statement, structured into sections for conformance level, scope, known limitations, last review date, and a feedback contact link. The screen is accessible pre-authentication and is itself fully WCAG 2.2 AA compliant with scalable text, semantic screen reader traversal, and 4.5:1 minimum contrast.
accessibility-statement-screen
Sources & reasoning
Norwegian anti-discrimination law requires digital services to publish a visible accessibility compliance statement. This screen operationalizes that obligation by presenting conformance level, scope, known limitations, last review date, and a feedback contact - all within a screen that is itself WCAG 2.2 AA compliant and accessible pre-authentication.
No source references — this artifact was included based on reasoning alone (see above).
Responsibilities
- Render structured accessibility statement sections (conformance level, scope, known limitations, review date, contact)
- Provide a feedback link routing to the Contact Us screen or designated accessibility email
- Support pre-authentication access without requiring login
- Ensure full WCAG 2.2 AA compliance including scalable text and semantic screen reader traversal
Interfaces
build(BuildContext) → Widget
navigateToContactUs()