The method
Input a URL or content snippet. Specify the WCAG version (e.g., 2.1, 2.2) and conformance level (A, AA, AAA). Review the output carefully; it’s a starting point, not a replacement for expert review. Use for existing websites or new designs.
The prompts
Prompt 1
Analyze the following website content for compliance with WCAG 2.1 Level AA. Provide a detailed report outlining any accessibility violations, including the specific WCAG guideline violated, the location of the violation, and actionable recommendations for remediation. The content is as follows: [Insert Website Content Here or URL]. Focus on aspects like alt text for images, keyboard navigation, color contrast, form accessibility, and ARIA attributes where applicable. Prioritize issues based on severity and impact on users with disabilities. Explain in plain english. Assume the user has basic html, css and javascript knowledge.
Prompt 2
Review the following HTML snippet for accessibility issues based on WCAG 2.2 Level A standards. Identify potential barriers for users with disabilities and suggest code modifications to improve accessibility. Provide specific examples of how to implement the suggested changes, including code snippets where appropriate. The HTML snippet is: [Insert HTML Snippet Here]. Consider aspects like semantic HTML, proper heading structure, label association with form elements, and the use of ARIA roles and attributes to enhance accessibility.