@holmdigital/standards 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/data/rules.en-ca.json +1946 -0
- package/data/rules.en-gb.json +1946 -0
- package/data/rules.en-us.json +1946 -0
- package/data/rules.nl.json +1946 -0
- package/dist/index.js +7885 -1
- package/dist/index.mjs +7885 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,15 @@ npm install @holmdigital/standards
|
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
|
-
- **Multi-Language Support**:
|
|
18
|
+
- **Multi-Language Support**:
|
|
19
|
+
- `en` (Generic / UK PSBAR)
|
|
20
|
+
- `sv` (Sweden / DOS-lagen)
|
|
21
|
+
- `de` (Germany / BITV 2.0)
|
|
22
|
+
- `fr` (France / RGAA)
|
|
23
|
+
- `es` (Spain / UNE 139803)
|
|
24
|
+
- `nl` (Netherlands / Digitoegankelijk)
|
|
25
|
+
- `en-us` (USA / Section 508 & ADA)
|
|
26
|
+
- `en-ca` (Canada / AODA)
|
|
19
27
|
- **Risk Assessment**: DIGG-aligned risk levels (`critical`, `high`, `medium`, `low`).
|
|
20
28
|
- **Remediation**: Maps issues to `@holmdigital/components` for fixing.
|
|
21
29
|
|