From 169523f536a3aaffd6a4b535c3c731b97b647b61 Mon Sep 17 00:00:00 2001 From: Oussama <63214114+oussamaLaribi@users.noreply.github.com> Date: Sun, 23 Aug 2026 08:33:42 +0200 Subject: [PATCH 1/2] Add rgaa-source to Accessibility Angular accessibility scanner that reports the template file and line behind each violation rather than a CSS selector. Appended to the bottom of the category, per the contribution guidelines. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3031c4c..c2c6604b 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc * [a11yguard](https://github.com/shamaz332/a11yguard) - Delivers a zero‑dependency accessibility toolkit with cross‑framework primitives, idiomatic adapters, and a runtime audit mapped to EAA / EN 301 549. * [ulam](https://github.com/mikeyil/ulam) - Accessibility utilities for the modern web. Vanilla-first, with optional React, Remix, Vue, and Angular adapters. * [aria-reach](https://github.com/manichandra/aria-reach) - ARIA accessibility anti-pattern analyzer for shared component libraries. +* [rgaa-source](https://github.com/oussamaLaribi/RGAA) - Scans a built Angular app with axe-core and reports every violation with its template file and line instead of a CSS selector, plus safe automatic fixes and the French RGAA 4.1.2 audit grid. ### AI From 885b14e4f1a395780a18de234b1507ae0d3dcb84 Mon Sep 17 00:00:00 2001 From: Oussama <63214114+oussamaLaribi@users.noreply.github.com> Date: Sun, 23 Aug 2026 08:40:55 +0200 Subject: [PATCH 2/2] Qualify the source-location claim The project documents that runtime-generated content and arbitrary-URL scans cannot carry a template location, so claiming every violation gets one overstated it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c6604b..5e5a8baf 100644 --- a/README.md +++ b/README.md @@ -626,7 +626,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc * [a11yguard](https://github.com/shamaz332/a11yguard) - Delivers a zero‑dependency accessibility toolkit with cross‑framework primitives, idiomatic adapters, and a runtime audit mapped to EAA / EN 301 549. * [ulam](https://github.com/mikeyil/ulam) - Accessibility utilities for the modern web. Vanilla-first, with optional React, Remix, Vue, and Angular adapters. * [aria-reach](https://github.com/manichandra/aria-reach) - ARIA accessibility anti-pattern analyzer for shared component libraries. -* [rgaa-source](https://github.com/oussamaLaribi/RGAA) - Scans a built Angular app with axe-core and reports every violation with its template file and line instead of a CSS selector, plus safe automatic fixes and the French RGAA 4.1.2 audit grid. +* [rgaa-source](https://github.com/oussamaLaribi/RGAA) - Scans a built Angular app with axe-core and reports each violation with its originating template file and line when available, rather than only a CSS selector, plus safe automatic fixes and the French RGAA 4.1.2 audit grid. ### AI