📖 3 min read
The AI Wellbeing Framework is committed to making its content accessible to all readers, including those who use assistive technologies, prefer different visual modes, or access the web on constrained devices. This page documents the accessibility features currently implemented across all 130 HTML pages of the framework site.
prefers-color-scheme setting and persists manual overrides via localStorage. FOUC-prevention JavaScript in the document head applies the stored theme before paint.@media print styles that set 1-inch margins, 12-point body text, avoid orphaned headings (page-break-after: avoid), keep blockquotes and code blocks together (page-break-inside: avoid), hide decorative elements, and append external URLs in parentheses after link text for offline reference.prefers-reduced-motion: reduce by disabling all CSS transitions and JavaScript-based scroll animations.#E74C3C on #fdfcf7) and dark palette (#D0D0D0 on #1a1a1a) both exceed 4.5:1 for body text.h2, h3) across all 126 content pages have stable anchor IDs with hover-link CSS (§), enabling deep linking and screen-reader navigation.BreadcrumbList JSON-LD schema for assistive navigation context.timeRequired in JSON-LD schema.sitemap.xml with 92 URLs including hreflang annotations for all bilingual pages, ensuring search engines and crawlers can discover all content.Article schema with headline, description, wordCount, timeRequired, inLanguage, and license fields.h1 → h2 → h3), <nav> for navigation, <blockquote> for quotations, and <code> for inline code.All 28 framework documents are available in both English and Simplified Chinese (26 bilingual pairs). Each page includes hreflang annotations and visible cross-language navigation links. The reading-time calculation accounts for both Latin word counts and CJK character counts.
This accessibility statement is a living document. As new features are added to the framework site, this page will be updated. The framework's commitment to accessibility reflects its core principle: AI wellbeing requires that the systems we build — including the systems that document those systems — treat their users with dignity, autonomy, and the capacity for meaningful access.