Viewee
Start free
Pricing
Sign in
← Legal and assurance

Viewee accessibility conformance programme. Prepared 16 September 2026 by Instinct (for Alex). Lives in Legal alongside the other compliance requirements docs.

1. Purpose and scope

Accessible feedback collection is Viewee's core pitch to care providers. The product must stand up to WCAG 2.2 Level AA scrutiny: the people using it include elderly residents and people with visual, motor and cognitive impairments, and buyers (care home operators, and potentially local authorities / NHS-adjacent bodies) increasingly ask for accessibility evidence in procurement. This document is the standing audit plan and checklist for all Viewee product surfaces:

3. Methodology

Follow W3C's Website Accessibility Conformance Evaluation Methodology (WCAG-EM 1.0):

  1. Define scope - each surface above is a separate conformance target with its own report. Conformance claims apply to full pages only; no partial-page claims.

  2. Explore the target - inventory page types, templates, key processes (waitlist signup, feedback submission, login, action management).

  3. Select a representative sample - for the ~54-page marketing site: every unique template + every page in a key process + a random sample of template instances. Homepage, waitlist, pricing, product tour, one page per nav section, all forms, all legal pages. Dashboard and feedback flows: every screen, every state (empty, error, success, loading).

  4. Audit the sample - automated scan (axe-core, WAVE, Lighthouse CI) as a first pass, then manual testing. Automated tools catch roughly 30-40% of issues; manual keyboard, screen reader, zoom and cognitive review is not optional.

  5. Report - use the WCAG-EM Report Tool structure: per-criterion pass/fail/not-present, with screenshots, severity and reproduction steps.

Before any staged pages exist, run W3C's Easy Checks as a first review on whatever renders; it is a fast triage, not a conformance audit.

4. Test environment and assistive technology matrix (care settings)

Care homes mean shared Android/iPad tablets, older hardware, variable wifi, gloves and tremors, staff assisting residents, and users with low vision, hearing loss, arthritis, dementia and learning disabilities. Test matrix:

CategoryToolsPriority surfaces
Screen readersNVDA + Chrome (Windows, free), JAWS + Chrome/Edge, VoiceOver + Safari (iOS and macOS), TalkBack + Chrome (Android tablet)F, D, W
Voice input / controliOS Voice Control, Windows Voice Access, Dragon - label-in-name and visible focus are criticalF, D
Zoom and magnificationBrowser zoom to 400%, text-only zoom to 200%, Windows Magnifier, iOS ZoomAll
Contrast / displayWindows High Contrast / forced colors mode, dark mode, reduced motion OS settingAll
Keyboard onlyTab / Shift+Tab / Enter / Space / arrows / Esc through every flow, no mouseAll
Switch / alternative inputSwitch Control (iOS) spot-check on feedback flowsF
DevicesOne budget Android tablet, one iPad, one small phone (320px CSS width), one desktopAll

Wherever possible, involve real users - residents, family members and care staff - in at least one moderated round before launch. W3C's guidance on involving users covers how to do this cheaply and early.

5. WCAG 2.2 A/AA checklist by principle

Surface key: M marketing site, W waitlist, D admin dashboard, F feedback collection. "New in 2.2" marks criteria added in WCAG 2.2 (the ones auditors now check that older audits missed). Each links to its W3C Understanding page under https://www.w3.org/WAI/WCAG22/Understanding/.

5.1 Perceivable

SCLevelSurfacesViewee-specific test
1.1.1 Non-text ContentAM W D FLogo, hero images, icons, dashboard charts and status icons all have text alternatives; decorative images properly hidden from AT. Star/NPS rating widgets expose value as text.
1.2.1-1.2.5 Time-based MediaA/AAM D FProduct tour and any demo videos: captions (1.2.2), audio description or media alternative (1.2.3/1.2.5). Applies to marketing video and any in-product help video.
1.3.1 Info and RelationshipsAAllReal heading hierarchy (h1-h3, no skipped levels for styling), form fields have programmatic labels, data tables use th, related radios grouped in fieldset/legend. Dashboard theme/action groupings conveyed structurally, not just visually.
1.3.2 Meaningful SequenceAAllReading order matches visual order when CSS reorders layout (especially mobile reflow of marketing sections and dashboard cards).
1.3.3 Sensory CharacteristicsAD FNever "click the green button" or "use the panel on the right" as the only cue. Important in staff-facing help text.
1.3.4 OrientationAAAllWorks portrait and landscape; do not lock orientation on tablets (care homes mount tablets in both).
1.3.5 Identify Input PurposeAAW D Fautocomplete tokens on name/email/org fields (waitlist, account, staff-invite forms) so autofill and cognitive aids work.
1.4.1 Use of ColorAD FFeedback themes, action status (open/in progress/done), CQC evidence states must not be color-only - pair with icon, text or pattern. Critical for the "what improved" evidence trail.
1.4.3 Contrast (Minimum)AAAll4.5:1 body text, 3:1 large text (18pt+/14pt bold+). Check brand palette on marketing site (pastel-on-white hero sections are a classic fail) and muted gray secondary text in dashboard.
1.4.4 Resize TextAAAll200% text zoom without loss of content or function; no fixed-height clipping in cards, nav or form fields.
1.4.5 Images of TextAAMHeadlines and testimonials must be real text, not baked into hero graphics.
1.4.10 ReflowAAAllNo two-dimensional scrolling at 320px CSS width (400% zoom). Check dashboard tables and charts - provide list alternatives rather than horizontal scroll.
1.4.11 Non-text ContrastAAAll3:1 for input borders, focus indicators, icon-only buttons, chart series and control boundaries. The most commonly failed criterion on modern minimal designs.
1.4.12 Text SpacingAAAllOverride line-height 1.5x, paragraph 2x, letter 0.12x, word 0.16x - nothing clips or overlaps.
1.4.13 Content on Hover or FocusAAM DNav dropdowns and tooltips: dismissible with Esc, hoverable (pointer can move onto them), persistent until dismissed.

5.2 Operable

SCLevelSurfacesViewee-specific test
2.1.1 KeyboardAAllEvery function keyboard-operable: nav, carousels, forms, dashboard actions, feedback widgets. Custom components (rating scales, multi-select chips) need roving tabindex and arrow-key support.
2.1.2 No Keyboard TrapAAllModals, embedded video players, chat widgets: focus can always leave with standard keys.
2.1.4 Character Key ShortcutsADAny single-key shortcuts in dashboard must be remappable or active only on focus - otherwise they break speech input users.
2.2.1 Timing AdjustableAD FSession timeouts on feedback forms and admin: warn, allow extension, never silently lose a resident's half-written feedback. No auto-advancing steps.
2.2.2 Pause, Stop, HideAM DHero animations, auto-playing carousels, live-updating dashboard widgets: pause/stop control. Honor prefers-reduced-motion everywhere (advisory AAA 2.3.3 - treat as required for this audience).
2.3.1 Three FlashesAAllNo flashing content above thresholds in any animation or video.
2.4.1 Bypass BlocksAAllSkip-to-content link first in tab order on every page; landmark regions (header/nav/main/footer) so AT users can jump.
2.4.2 Page TitledAAllUnique descriptive title per page - with 45-54 pages on a shared template, verify each page overrides the template title.
2.4.3 Focus OrderAAllTab order follows meaning; modal focus moves in and returns correctly; no positive tabindex hacks.
2.4.4 Link Purpose (In Context)AMNo bare "Read more" / "Click here" lists on blog and case studies; link text meaningful in context.
2.4.5 Multiple WaysAAMNav + footer sitemap + search or clear IA to reach pages.
2.4.6 Headings and LabelsAAAllHeadings describe topic; labels describe purpose. Dashboard filter/sort controls labeled descriptively.
2.4.7 Focus VisibleAAAllVisible focus indicator on everything interactive - never outline:none without a styled replacement that passes 1.4.11.
2.4.11 Focus Not Obscured (Minimum) - new in 2.2AAM D FSticky headers/footers, cookie banners and chat widgets must not fully hide the focused element. Marketing sites with sticky nav + cookie bar fail this constantly - check at all viewport heights.
2.5.1 Pointer GesturesAM D FNo multipoint/path-based gestures (swipe carousels need buttons; pinch-zoom charts need +/- controls).
2.5.2 Pointer CancellationAAllActions fire on up-event, not down-event; accidental touches cancelable.
2.5.3 Label in NameAW D FAccessible name starts with the visible label text - critical for voice input users saying "click Submit feedback". Icon-only buttons need matching aria-labels.
2.5.4 Motion ActuationAD FNo shake/tilt-only functions; always a UI alternative.
2.5.7 Dragging Movements - new in 2.2AADAny drag interaction (reordering actions, kanban-style boards, drag-to-prioritize themes) must have a single-pointer alternative (buttons, menus). High relevance to the "owned actions" board.
2.5.8 Target Size (Minimum) - new in 2.2AAAll24x24 CSS px minimum (or sufficient spacing exception). For the care audience, design to 44x44px (Apple HIG) on feedback flows - AA floor is the legal minimum, not the goal. Check mobile nav, icon buttons, close buttons, pagination.

5.3 Understandable

SCLevelSurfacesViewee-specific test
3.1.1 Language of PageAAllhtml lang="en-GB" (or en) set on every page - trivial in Astro layout, easy to forget.
3.1.2 Language of PartsAAM FAny Welsh-language or quoted resident content marked with lang attribute.
3.2.1 On FocusAAllFocusing an element never triggers navigation or popups.
3.2.2 On InputAW D FChanging a field (select, checkbox) never auto-submits or redirects without warning.
3.2.3 Consistent NavigationAAAllNav order identical across all marketing pages and dashboard sections.
3.2.6 Consistent Help - new in 2.2AAllIf contact/help/chat appears on multiple pages, it sits in the same relative position on each. Decide one help pattern (e.g. footer contact + fixed help button) and keep it identical everywhere.
3.3.1 Error IdentificationAW D FErrors identified in text, tied to the field, announced to screen readers (aria-describedby + focus management on submit).
3.3.2 Labels or InstructionsAW D FEvery input has a visible label (placeholder is not a label); required fields marked in text, not color/asterisk alone; format hints before the field (e.g. phone format).
3.3.3 Error SuggestionAAW D FSuggest corrections ("Did you mean .co.uk?") where detectable, especially email fields.
3.3.4 Error Prevention (Legal, Financial, Data)AAD FFeedback submissions and anything affecting records: review/confirm step or reversible. Consent checkboxes need explicit confirmation copy.
3.3.7 Redundant Entry - new in 2.2AD FMulti-step flows never re-ask for information already given (name, email, care home). Auto-populate or offer previous answers. Directly relevant to multi-step feedback forms.
3.3.8 Accessible Authentication (Minimum) - new in 2.2AADStaff/admin login must not require cognitive function tests (puzzles, memorized characters). Allow password managers and paste; offer magic link or passkey. Remember many care staff have low digital confidence.

5.4 Robust

SCLevelSurfacesViewee-specific test
4.1.1 Parsing--Removed in WCAG 2.2 (obsolete). Still run a validator to catch real issues, but no conformance requirement.
4.1.2 Name, Role, ValueAW D FEvery custom component exposes correct name/role/state to AT: rating widgets (role=slider or radiogroup), toggles (aria-pressed/switch), tabs, accordions, toasts, progress indicators. This is where React component libraries fail - audit the chosen library before committing.
4.1.3 Status MessagesAAD F"Feedback submitted", "Action saved", error banners: role=status / aria-live so screen readers announce them without focus change.

6. Beyond WCAG - care-sector requirements

WCAG AA is the floor. For Viewee's actual users, also require:

7. Cadence, ownership and reporting

WhenWhat
Every commitaxe-core / pa11y CI on changed pages; lint rules (jsx-a11y on the Next.js app, astro-eslint equivalents) fail the build on A-level violations.
Every new feature/pageManual keyboard pass + NVDA/VoiceOver smoke test before merge. Checklist section 5 as the PR template.
Pre-launch (staging)Full WCAG-EM audit of all surfaces, including the assistive tech matrix in section 4, plus at least one moderated session with care-sector users.
Quarterly after launchRe-audit sample + review analytics for accessibility feedback; update accessibility statement.
AnnuallyFull re-audit; consider a VPAT/ACR if enterprise or public-sector buyers ask.

Report format: WCAG-EM Report Tool output (per-criterion, per-page) plus an issue register ranked: Blocker (A-level fail on a key process) / High (AA fail on key process) / Medium / Low. Track fixes in the same system as other product bugs - accessibility issues are bugs, not a separate programme.

8. Sources (W3C WAI)