diff --git a/docs/manual-a11y-checklist.md b/docs/manual-a11y-checklist.md new file mode 100644 index 000000000..acb26bb16 --- /dev/null +++ b/docs/manual-a11y-checklist.md @@ -0,0 +1,136 @@ +# Manual Accessibility Testing Checklist + +## 1. Structure and Semantics + +### Headings: +- Verify that headings are used logically (`

` to `

`) to create a clear content hierarchy. +- Ensure there is only one `

` per page (unless it’s a valid use case, like within `
` landmarks). + +### Landmarks: +- Confirm the presence of ARIA landmarks (e.g., `
`, `
`, `