testilo 14.2.0 → 14.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "14.2.0",
3
+ "version": "14.3.0",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2,7 +2,7 @@
2
2
  tic32
3
3
  Testilo issue classification 32
4
4
 
5
- Classifies 920 rules of the tools of Testaro into 259 issues.
5
+ Classifies 921 rules of the tools of Testaro into 260 issues.
6
6
 
7
7
  Issue properties:
8
8
  wcag: WCAG Principle, Guideline, Success Criterion, or Technique, if any, most closely
@@ -4063,6 +4063,19 @@ exports.issues = {
4063
4063
  }
4064
4064
  }
4065
4065
  },
4066
+ hrConfusionRisk: {
4067
+ wcag: '1.3.1',
4068
+ weight: 1,
4069
+ tools: {
4070
+ testaro: {
4071
+ hr: {
4072
+ variable: false,
4073
+ quality: 1,
4074
+ what: 'hr instead of styles is used for vertical segmentation'
4075
+ }
4076
+ }
4077
+ }
4078
+ },
4066
4079
  pseudoList: {
4067
4080
  wcag: '1.3.1',
4068
4081
  weight: 1,