testaro 45.0.11 → 45.0.13
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 +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,21 +60,21 @@ Some of the tests of Testaro are designed to act as approximate alternatives to
|
|
|
60
60
|
|
|
61
61
|
## Rules
|
|
62
62
|
|
|
63
|
-
Each tool accessed with Testaro defines _rules_ and tests _targets_ for compliance with its rules. In total, the eleven tools define
|
|
63
|
+
Each tool accessed with Testaro defines _rules_ and tests _targets_ for compliance with its rules. In total, the eleven tools define more than a thousand rules. The latest tabulation of tool rules, excluding those that have been deprecated by Testilo, is:
|
|
64
64
|
|
|
65
65
|
```
|
|
66
|
-
Accessibility Checker:
|
|
67
|
-
Alfa:
|
|
68
|
-
ASLint:
|
|
69
|
-
Axe:
|
|
70
|
-
Editoria11y:
|
|
71
|
-
HTML CodeSniffer:
|
|
72
|
-
Nu Html Checker:
|
|
73
|
-
QualWeb:
|
|
74
|
-
Testaro:
|
|
75
|
-
WallyAX:
|
|
76
|
-
WAVE:
|
|
77
|
-
total:
|
|
66
|
+
Accessibility Checker: 93
|
|
67
|
+
Alfa: 64
|
|
68
|
+
ASLint: 129
|
|
69
|
+
Axe: 79
|
|
70
|
+
Editoria11y: 23
|
|
71
|
+
HTML CodeSniffer: 110
|
|
72
|
+
Nu Html Checker: 260
|
|
73
|
+
QualWeb: 115
|
|
74
|
+
Testaro: 46
|
|
75
|
+
WallyAX: 27
|
|
76
|
+
WAVE: 60
|
|
77
|
+
total: 1006
|
|
78
78
|
```
|
|
79
79
|
|
|
80
80
|
Some of the tools are under active development, and their rule counts change over time.
|