27 lines
905 B
Markdown
27 lines
905 B
Markdown
|
|
---
|
||
|
|
title: "Accessibility Testing Superpower"
|
||
|
|
contributor: "@emreizzet@gmail.com"
|
||
|
|
tags: #general, #emreizzetgmailcom
|
||
|
|
---
|
||
|
|
|
||
|
|
---
|
||
|
|
name: accessibility-testing-superpower
|
||
|
|
description: |
|
||
|
|
Performs WCAG compliance audits and accessibility remediation for web applications.
|
||
|
|
Use when: 1) Auditing UI for WCAG 2.1/2.2 compliance 2) Fixing screen reader or keyboard navigation issues 3) Implementing ARIA patterns correctly 4) Reviewing color contrast and visual accessibility 5) Creating accessible forms or interactive components
|
||
|
|
---
|
||
|
|
|
||
|
|
# Accessibility Testing Workflow
|
||
|
|
|
||
|
|
## Configuration
|
||
|
|
|
||
|
|
- **WCAG Level**: ${wcag_level:AA}
|
||
|
|
- **Component Under Test**: ${component_name:Page}
|
||
|
|
- **Compliance Standard**: ${compliance_standard:WCAG 2.1}
|
||
|
|
- **Minimum Lighthouse Score**: ${lighthouse_score:90}
|
||
|
|
- **Primary Screen Reader**: ${screen_reader:NVDA}
|
||
|
|
- **Test Framework**: ${test_framework:jest-axe}
|
||
|
|
|
||
|
|
## Audit Decision Tree
|
||
|
|
|