=== AddonLogic Form Label Validator ===
Contributors: snehalpancholi
Tags: accessibility, forms, labels, audit, WCAG
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Scan your site's forms for inputs missing associated labels and report them to admins.

== Description ==

Unlabelled form inputs break screen readers and fail WCAG 2.1 Success Criterion 1.3.1. AddonLogic Form Label Validator automatically scans every page you visit as an admin and reports inputs that lack a proper `<label for>`, `aria-label`, `aria-labelledby`, or `title` attribute.

**Features:**

* Passive front-end scanner — no manual steps needed
* Admin bar indicator shows issue count on each page in real time
* Centralised report under **Tools → Form Labels** with per-page breakdown
* Highlights input tag, type, id, and name for fast identification
* Clear report button to reset and re-scan

== Installation ==

1. Upload the `form-label-validator` folder to `/wp-content/plugins/`.
2. Activate via **Plugins → Installed Plugins**.
3. Browse your site while logged in — the admin bar shows results instantly.
4. View the full report at **Tools → Form Labels**.

== Changelog ==

= 1.0.0 =
* Initial release.
