From 4e081830ea379967ece345bc66f715cf3cc26e43 Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 23 Jun 2025 01:53:42 +0300 Subject: [PATCH] Add clarification on compliance requirements in feature coverage section of README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a3f637..a65a6c0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ A comprehensive, lightweight accessibility tool that enhances web accessibility ### Feature coverage against WCAG 2.1 AA criteria > These checks show how each feature aligns with WCAG 2.1 AA success criteria. > They do **not** by themselves make a site fully compliant with WCAG, EN 301 549 or Section 508. +> To become fully compliant you still need to run a manual checks, fix any underlying HTML/CSS/ARIA issues, test with real users, and re-test every time the site changes. + + + | Feature | WCAG AA criterion(s) | EU (EN 301 549 / EAA / WAD) | US (ADA / Section 508) | |---------|---------------------|-----------------------------|------------------------|