Legal
Accessibility statement
The CASRAI website targets WCAG 2.1 Level AA conformance. Here is what we’ve implemented, what we know is still imperfect, when we audit, and how to tell us about something that isn’t working for you.
CASRAI is an editorial-publishing site for an audience that includes researchers, librarians, publishers’ production staff, and policy workers — many of whom use assistive technologies as a matter of course. We treat accessibility as part of editorial quality, not as a downstream compliance task. The substantive content is also licensed CC-BY 4.0 and exposed in machine-readable formats (markdown for LLMs, GraphQL, JSON-LD, RDF Turtle), so reuse by alternative renderers and assistive workflows is a first-class consumer of the site, not an afterthought.
This page describes the current state. It is a living document: when a gap is found we add it to the known-issues list with a target window, and remove it when shipped. The page is reviewed at every release point (twice per year) and after any third-party audit.
The target
Conformance and applicable standards
- Primary target: WCAG 2.1 Level AA on every page in production.
- Next-cycle target: WCAG 2.2 Level AA — specifically the new success criteria around target size, focus appearance, and dragging movements. Scheduled for Phase 5 release.
- Other relevant guidance: the UK’s Public Sector Bodies Accessibility Regulations baseline, the EU’s Web Accessibility Directive, the EN 301 549 standard (which incorporates WCAG 2.1 AA), and US Section 508 (also WCAG 2.1 AA aligned). The same target satisfies all of them.
- What we don’t claim: AAA conformance. The dictionary’s nature (defined terms, sometimes-technical worked examples) means some sections fall short of AAA-level reading-grade criteria; this is intentional.
What’s in place
Implemented accessibility features
The list below is implemented site-wide, on every page rendered by our editorial application. Components in src/components all go through the same set of checks, so the list applies to dictionary entries, editorial pieces, CRediT pages, and tooling alike.
- “Skip to main content” link as the first focusable element on every page.
- Single
<h1>per page; no skipped heading levels in the document outline. - Visible keyboard focus indicators with at least 3:1 contrast against any background they can land on.
- Form inputs have explicit
<label>elements; no relying on placeholder text as the only label. - All meaningful images have alt text; decorative images use
alt=""androle="presentation". - Colour-contrast tested across the parchment palette: 4.5:1 for normal text, 3:1 for large text and meaningful graphical objects.
- Unique, descriptive
<title>per page; the title-trimming logic in our layout preserves uniqueness within the 50-character SERP budget. - 200% page zoom usable without horizontal scrolling; reflowing tested in Chrome, Firefox, Safari, and Edge.
- Respects
prefers-reduced-motion: the CRediT wheel, the adoption timeline, the marquee carousel, and any other animated element stop moving or render a static equivalent. - HTML
langattribute set per page (currentlyen-GB; per-translation language attributes ship once language-committee outputs are signed off — see /credit/translations). - Interactive elements meet the 24×24 CSS-pixel target-size minimum from WCAG 2.2 AA where they can; we’re measuring the few exceptions ahead of formal 2.2 adoption.
- ARIA used sparingly and only where native HTML semantics fall short; landmark roles (
main,nav,aside) on the layout primitives.
Known issues
Honest gaps and remediation windows
The gaps below are known to us and tracked in the issue queue. Each has a target window; we publish them here rather than letting them accumulate silently.
- Bulk-download CSV preview at /dictionary/download — keyboard pagination not yet wired up; mouse / pointer users navigate fine, screen-reader users may need the direct CSV file link in the “Download formats” row. Target: Phase 4.
- The interactive statement-builder (Phase 4) — accessibility testing in progress, including ARIA live-region work for the live-preview pane and keyboard reorderable lists. Won’t ship to production until it meets the same AA bar as the rest of the site.
- The CRediT wheel (homepage hero) — visually decorative; respects
prefers-reduced-motionbut the role labels in the wheel are also presented as a linked list in the body, so no information is lost without seeing the wheel. Audit-flagged for “belt and braces” SVG-title fix in Phase 4. - Per-language pages — HTML
langattributes will be set per-translation as language committees sign off outputs. Currently all pages declareen-GB; the first per-locale switch ships with the first authorised translation under /credit/translations.
Feedback
Tell us what isn’t working
Accessibility feedback goes to [email protected]. We acknowledge within 5 working days. We aim to fix critical issues — anything blocking core task completion for a class of users — within 14 days; cosmetic or low-impact issues land in the next sprint.
When reporting, please include (where you can) the URL of the page concerned, the assistive technology and version (e.g., NVDA 2024.4 on Firefox 140 on Windows 11; or VoiceOver on Safari 18 on macOS 15), what you heard or saw, and what you expected instead. We don’t need a perfect bug report — even “the dictionary domain page doesn’t make sense with my screen reader” gives us enough to start reproducing.
If accessibility is blocking you from completing a task you need to complete today, say so in the subject line (“URGENT — blocking”) and we’ll prioritise. For broader site contact see /contact.
Audit cadence
How we test, and how often
- Continuous: automated WCAG checks via axe-core run on every change to
src/componentsorsrc/pagesin CI; PRs are blocked on AA failures. - Pre-release: manual keyboard-only and screen-reader walk-throughs of any new page or component before the twice-yearly release.
- Phase 5 (target Q1 2027): third-party audit including user-testing with assistive-technology users. Findings will be published here in full, with explicit remediation timelines for any AA failures.
- Annually: review of this statement at the start of each calendar year, even when no audit triggered changes.
FAQ
Frequently asked
- What conformance level does casrai.org target?
- WCAG 2.1 Level AA, with WCAG 2.2 Level AA as the next-cycle target. We treat AA conformance as the floor, not the ceiling — several pages exceed AA in colour contrast, target size, and motion handling, and we publish a known-issues log instead of silently letting gaps build up.
- How often is the site audited?
- Self-assessment runs continuously via axe-core in the CI pipeline; every change to src/components or src/pages triggers an automated WCAG check before merge. A third-party manual audit, including assistive-technology user-testing, is scheduled for Phase 5 (target Q1 2027). The findings will be published in full, with remediation timelines for any AA failures.
- My screen reader announces the dictionary domain page incorrectly. How do I report it?
- Email [email protected] with the URL, the screen reader and version (e.g., NVDA 2024.4 on Firefox 140 on Windows 11), and a brief description of what you heard versus what you expected. We acknowledge within 5 working days and aim to fix critical issues — anything blocking core task completion — within 14 days; cosmetic or low-impact issues within the next sprint.
- Does the site support reduced motion?
- Yes. Every animated component — the CRediT wheel, the homepage adoption timeline, the marquee university carousel, the hero pattern gradients — checks prefers-reduced-motion and either stops moving or replaces the animation with a static equivalent. The marquee specifically uses a fade-only fallback when motion is disabled.
- Are the dictionary CSV downloads accessible?
- The CSV files themselves are pure data and parseable by any screen reader or assistive tech with CSV support. The download preview UI at /dictionary/download is the part with known gaps — keyboard pagination isn't yet wired up, so screen-reader users may need to use the direct CSV link instead. We're tracking the fix for Phase 4.
- Can I use the site with browser zoom at 200% or higher?
- Yes. The layout reflows cleanly to 200% zoom in all tested browsers (Chrome, Firefox, Safari, Edge) without horizontal scrolling, content cut-off, or essential controls becoming unreachable. We test up to 400% for read-only flows.
Related legal pages
Licensing (CC-BY 4.0) · Terms of use · Privacy · Cookies · Imprint · Trademark · Citation policy
Last reviewed by the CASRAI Editorial Board: May 2026. Contact: [email protected].








