Accessibility Statement Screen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Mobile screen that renders Meander's WCAG 2.2 AA conformance statement, known limitations, last audit date, and a link to report accessibility barriers via Contact Us. Content is fetched from the policy content service and rendered with full screen-reader and dynamic-text-scaling support.
accessibility-statement-screen
Sources & reasoning
Listed as a feature of the always-on help-support area (§8), and the WCAG 2.2 AA day-one commitment (§1.2, §4 matrix) means publishing a conformance statement is required from MVP, not deferred.
-
docs/source/likeperson.md · line 368help-support | Help & Support | Contact Us, Privacy Policy, Accessibility Statement, FAQ
-
docs/source/likeperson.md · line 16-17Appen SKAL oppfylle WCAG 2.2 nivå AA som minimumskrav for alle skjermer og interaksjoner - fra dag én, for alle organisasjoner.
Responsibilities
- Render statement sections (conformance, commitments, limitations, audit date) from fetched content
- Provide semantic headings and labels for assistive technology navigation
- Support 200% text scaling and 4.5:1 contrast for all rendered text
- Surface a primary action that deep-links into the Contact Us feature for barrier reports
- Show a graceful fallback (cached or bundled copy) when the content service is unreachable
Interfaces
loadStatement(): AccessibilityStatementContent
openBarrierReport(): void
onRefresh(): Promise<void>