You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write to: `ACCESSIBILITY-AUDIT-FINDINGS.csv` and/or `ACCESSIBILITY-AUDIT-FINDINGS.json`
366
-
```
366
+
````
367
367
368
368
---
369
369
370
370
## E8: VPAT/ACR Compliance Export
371
371
372
372
**INSERT INSIDE:** Phase 11, after the `### Export as CSV/JSON` block
373
373
374
-
```markdown
374
+
````markdown
375
375
### Compliance Format Export (VPAT/ACR)
376
376
377
377
If the user selects **Export in compliance format (VPAT/ACR)**, ask which edition using AskUserQuestion:
@@ -435,15 +435,15 @@ Conformance levels:
435
435
- **Not Evaluated** - Criterion was not tested in this audit scope
436
436
437
437
Write the VPAT/ACR to: `ACCESSIBILITY-VPAT.md` (or the user's chosen path).
438
-
```
438
+
````
439
439
440
440
---
441
441
442
442
## E9: Batch Remediation Scripts
443
443
444
444
**INSERT INSIDE:** Phase 11, after the `### Compliance Format Export (VPAT/ACR)` block (E8 above)
445
445
446
-
```markdown
446
+
````markdown
447
447
### Batch Remediation Scripts
448
448
449
449
If the user selects **Generate remediation scripts**, ask which format using AskUserQuestion:
@@ -533,7 +533,7 @@ echo "Next: Re-run the accessibility audit to verify fixes."
533
533
534
534
Write the script to: `scripts/a11y-remediate.sh` and/or `scripts/a11y-remediate.ps1`
535
535
536
-
```text
536
+
````
537
537
538
538
---
539
539
@@ -542,7 +542,7 @@ Write the script to: `scripts/a11y-remediate.sh` and/or `scripts/a11y-remediate.
542
542
**INSERT AFTER:** Phase 11 (the entirety of E7, E8, E9)
543
543
**INSERT BEFORE:**`## Additional Agents to Consider`
544
544
545
-
```markdown
545
+
````markdown
546
546
## Phase 12: CI/CD Integration Guide
547
547
548
548
When the user requests CI/CD integration, or after any audit where no `.a11y-web-config.json` exists, proactively offer to generate a CI/CD integration guide.
@@ -936,13 +936,13 @@ If the user selected a different organization mode in Phase 0 Step 6 (Reporting
936
936
| ... |||||
937
937
938
938
This cross-reference helps identify systemic issues. Rules affecting the most pages should be prioritized - they often stem from shared components or templates.
939
-
```
939
+
````
940
940
941
941
### E12c: Configuration Recommendations
942
942
943
943
**INSERT INSIDE:** The Phase 10 report markdown template, after `## Recommended Testing Setup`
944
944
945
-
```markdown
945
+
````markdown
946
946
## Configuration Recommendations
947
947
948
948
Based on this audit's findings, here are recommended scan configurations for ongoing monitoring:
@@ -980,13 +980,13 @@ Based on this audit, these rules had the highest violation rates and should be a
980
980
2.[rule] - [count] violations across [pages]
981
981
3. ...
982
982
983
-
```text
983
+
````
984
984
985
985
### E12d: Expanded What Passed
986
986
987
987
**INSERT:** Replace the existing `## What Passed` section in the report template
988
988
989
-
```markdown
989
+
````markdown
990
990
## What Passed
991
991
992
992
Acknowledge what the project does well. A complete audit reports both failures AND successes.
@@ -1011,7 +1011,7 @@ Highlight specific accessibility patterns the project implements correctly:
1011
1011
-[e.g., "Focus management on SPA route changes properly moves focus to main heading"]
1012
1012
-[e.g., "Form validation uses `aria-invalid`, `aria-describedby`, and moves focus to first error"]
1013
1013
-[e.g., "Dark mode maintains adequate contrast ratios across all tested elements"]
1014
-
```
1014
+
````
1015
1015
1016
1016
---
1017
1017
@@ -1020,7 +1020,7 @@ Highlight specific accessibility patterns the project implements correctly:
0 commit comments