From 8e80257e12d81f67156df6da87e03d41e6e3d569 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:26:37 +0100 Subject: [PATCH] Update README.md Clarify the 30% figure to best represent the findings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6c476..855bfb5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Custom [Jest][Jest] matcher for [axe](https://github.com/dequelabs/axe-core) for testing accessibility ## ⚠️✋ This project does not guarantee that what you build is accessible. -The GDS Accessibility team found that only [~30% of issues are found by automated testing](https://accessibility.blog.gov.uk/2017/02/24/what-we-found-when-we-tested-tools-on-the-worlds-least-accessible-webpage). +The GDS Accessibility team found that around [~30% of access barriers are missed by automated testing](https://accessibility.blog.gov.uk/2017/02/24/what-we-found-when-we-tested-tools-on-the-worlds-least-accessible-webpage). Tools like axe are similar to [code linters](https://en.wikipedia.org/wiki/Lint_%28software%29) such as [eslint](https://eslint.org/) or [stylelint](https://stylelint.io/): they can find common issues but cannot guarantee that what you build works for users.