=== Accessibility Checker & WCAG Scanner — Cirv Guard === Contributors: cirvgreen Tags: accessibility, wcag, accessibility checker, ada, compliance, section 508, a11y, color contrast, alt text, screen reader, keyboard navigation, eaa Requires at least: 5.8 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Automated WCAG 2.1 accessibility checker for WordPress. Scan for ADA, EAA & Section 508 violations — alt text, color contrast, heading order, form labels, link text. == Description == **Stop ADA lawsuits before they start. Cirv Guard scans your WordPress site for WCAG 2.1 accessibility violations and tells you exactly what to fix.** Accessibility isn't optional — the EU Accessibility Act is now in force, ADA lawsuits are up 300%, and 96.3% of websites have detectable WCAG failures. Cirv Guard finds yours. = Why Accessibility Matters = * **Legal protection** - ADA/EAA compliance reduces lawsuit risk * **Larger audience** - 1.3 billion people worldwide live with disabilities * **Better SEO** - Accessible sites rank higher (Google rewards usability) * **Higher conversions** - Usable sites convert better for everyone * **Brand reputation** - Demonstrate your commitment to inclusion = Features = **Alt Text Checker (WCAG 1.1.1)** Scans every image on your page for missing or empty alt attributes. Respects decorative images marked with role="presentation". **Heading Hierarchy Checker (WCAG 1.3.1)** Detects skipped heading levels (h1 to h3), missing H1 tags, and multiple H1s on a single page. **Color Contrast Checker (WCAG 1.4.3)** Analyzes text/background color pairs against the WCAG 2.1 minimum contrast ratio of 4.5:1. Uses the W3C relative luminance formula. **Form Label Checker (WCAG 1.3.1)** Verifies that every form input has an associated label — via `for` attribute, wrapping `