From 1b47421b25c7d943ed81e9eacb59da2b2324dcbb Mon Sep 17 00:00:00 2001 From: Umair Ahmed Date: Sun, 29 Mar 2026 15:46:28 +0500 Subject: [PATCH] Add WCAGsafe to accessibility checkers list Added WCAGsafe as a new accessibility checker. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc4f9e0..ef9b4c8 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Use external providers to deliver training, run audits, perform user testing and ### Checkers - [Wave WebAIM](http://wave.webaim.org/extension/) - Chrome and Firefox extension for evaluating web content for accessibility issues. Also includes a colour contrast tool, desauturation tool and testing without styles. +- [WCAGsafe](https://wcagsafe.com) — WCAG 2.1 AA scanner with plain-English results, PDF accessibility checking, and monthly monitoring. - [Siteimprove Accessibility Checker](https://chrome.google.com/webstore/detail/siteimprove-accessibility/efcfolpjihicnikpmhnmphjhhpiclljc) - Comprehensive tool for evaluating accessibility issues - [Accessibility Developer Tools](https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en) - Chrome Extension for ccessibility audits and element properties - [HTML_CodeSniffer](http://squizlabs.github.io/HTML_CodeSniffer/)