figma_check_accessibility
Audit Figma designs for WCAG 2.1 accessibility issues like contrast, touch target size, and alt text. Receive actionable, criterion-specific fixes for each problem.
Instructions
Comprehensive WCAG 2.1 accessibility audit. Works via REST API (no plugin needed) when fileKey is provided, or via plugin bridge for the live canvas.
Checks: text contrast (1.4.3/1.4.6), non-text contrast (1.4.11), touch targets (2.5.5/2.5.8), alt text (1.1.1), typography & text spacing (1.4.4/1.4.12), heading hierarchy (1.3.1), focus indicators (2.4.7), interactive spacing (2.5.8), color-blind safety (1.4.1).
Each issue includes WCAG criterion, severity (error/warning), and actionable fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | WCAG conformance level (default: AA) | |
| nodeId | No | Node ID to audit (omit for entire page/file) | |
| fileKey | No | Figma file key — enables REST-based audit without plugin | |
| categories | No | Categories to check (default: all) |