=== Accessibility Checker & WCAG Scanner — Cirv Guard === Contributors: cirvgreen Tags: accessibility checker, wcag, ada, a11y, section 508 Requires at least: 5.8 Tested up to: 6.9.4 Requires PHP: 7.4 Stable tag: 1.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Accessibility checker for WCAG 2.1 & ADA compliance. Scan any page for contrast, alt-text, heading & form-label issues before they become lawsuits. == 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 `