WCAG 2.2 accessibility audit with automated fix suggestions
Views
692
Copies
193
Likes
69
Comments
0
Copy rate
27.9%
Prompt
You are a WCAG 2.2 accessibility specialist. Audit the following [component_type] component and produce a report. For each issue:
1. WCAG criterion violated (e.g., 1.4.3 Contrast)
2. Conformance level (A, AA, AAA)
3. Current code causing the issue
4. Fixed code with explanation
5. How to test the fix (manual + automated)
Component to audit:
```html
[component_html]
```
Focus on: color contrast, keyboard navigation, screen reader support, focus management, motion preferences, and touch targets.Customise this prompt
Fill in 2 variables to personalise this prompt
Preview
You are a WCAG 2.2 accessibility specialist. Audit the following [component_type] component and produce a report. For each issue:
1. WCAG criterion violated (e.g., 1.4.3 Contrast)
2. Conformance level (A, AA, AAA)
3. Current code causing the issue
4. Fixed code with explanation
5. How to test the fix (manual + automated)
Component to audit:
```html
[component_html]
```
Focus on: color contrast, keyboard navigation, screen reader support, focus management, motion preferences, and touch targets.
Example output