testilo 14.1.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 +1 -1
- package/procs/score/tic32.js +27 -1
package/package.json
CHANGED
package/procs/score/tic32.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
tic32
|
|
3
3
|
Testilo issue classification 32
|
|
4
4
|
|
|
5
|
-
Classifies
|
|
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
|
|
@@ -3791,6 +3791,19 @@ exports.issues = {
|
|
|
3791
3791
|
}
|
|
3792
3792
|
}
|
|
3793
3793
|
},
|
|
3794
|
+
headElementsBad: {
|
|
3795
|
+
wcag: '4.1.1',
|
|
3796
|
+
weight: 3,
|
|
3797
|
+
tools: {
|
|
3798
|
+
testaro: {
|
|
3799
|
+
'headEl': {
|
|
3800
|
+
variable: false,
|
|
3801
|
+
quality: 1,
|
|
3802
|
+
what: 'Elements in the head are not allowed there'
|
|
3803
|
+
}
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3794
3807
|
headingLevelSkip: {
|
|
3795
3808
|
wcag: '1.3.1',
|
|
3796
3809
|
weight: 2,
|
|
@@ -4050,6 +4063,19 @@ exports.issues = {
|
|
|
4050
4063
|
}
|
|
4051
4064
|
}
|
|
4052
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
|
+
},
|
|
4053
4079
|
pseudoList: {
|
|
4054
4080
|
wcag: '1.3.1',
|
|
4055
4081
|
weight: 1,
|