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.
Files changed (2) hide show
  1. package/README.md +13 -13
  2. 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 about a thousand rules. The latest tabulation of tool rules is:
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: 132
67
- Alfa: 59
68
- ASLint: 136
69
- Axe: 80
70
- Editoria11y: 24
71
- HTML CodeSniffer: 115
72
- Nu Html Checker: 215
73
- QualWeb: 131
74
- Testaro: 40
75
- WallyAX: 4
76
- WAVE: 58
77
- total: 994
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "45.0.11",
3
+ "version": "45.0.13",
4
4
  "description": "Run 1000 web accessibility tests from 10 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {