testilo 14.1.0 → 14.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/package.json +1 -1
- package/procs/score/tic32.js +14 -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 920 rules of the tools of Testaro into 259 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,
|