- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
705 B
Markdown
13 lines
705 B
Markdown
---
|
|
id: 6bff44da-ba59-4c19-a930-13c8cda63840
|
|
type: solution
|
|
title: "WCAG AA accessibility compliance for Foundry VTT"
|
|
tags: [vagabond-rpg, foundry-vtt, accessibility, wcag, fix]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-15T21:57:01.729019+00:00"
|
|
updated: "2025-12-15T21:57:01.729019+00:00"
|
|
---
|
|
|
|
Fixed color contrast ratios for WCAG AA compliance: accent-highlight (#7a4f1d, 5.23:1), warning (#705308, 5.29:1), dark theme muted (#9a8e7e, 5.39:1). Added accessibility utilities (.sr-only, .interactive-row, prefers-reduced-motion). Interactive rows need role=button, tabindex=0, aria-label for keyboard access. Added _setupKeyboardAccessibility() for Enter/Space activation on data-action elements.
|