testilo 16.0.4 → 16.0.5
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/tic33.js +4 -4
package/package.json
CHANGED
package/procs/score/tic33.js
CHANGED
|
@@ -2984,8 +2984,8 @@ exports.issues = {
|
|
|
2984
2984
|
}
|
|
2985
2985
|
}
|
|
2986
2986
|
},
|
|
2987
|
-
|
|
2988
|
-
why: 'Item
|
|
2987
|
+
ariaAttributeBad: {
|
|
2988
|
+
why: 'Item behavior violates user expectations',
|
|
2989
2989
|
wcag: '4.1.2',
|
|
2990
2990
|
weight: 4,
|
|
2991
2991
|
tools: {
|
|
@@ -3247,7 +3247,7 @@ exports.issues = {
|
|
|
3247
3247
|
}
|
|
3248
3248
|
},
|
|
3249
3249
|
ariaReferenceBad: {
|
|
3250
|
-
why: 'Item
|
|
3250
|
+
why: 'Item behavior violates user expectations',
|
|
3251
3251
|
wcag: '1.3.1',
|
|
3252
3252
|
weight: 4,
|
|
3253
3253
|
tools: {
|
|
@@ -3757,7 +3757,7 @@ exports.issues = {
|
|
|
3757
3757
|
title_redundant: {
|
|
3758
3758
|
variable: false,
|
|
3759
3759
|
quality: 1,
|
|
3760
|
-
what: 'Title attribute text is the same as text or alternative text'
|
|
3760
|
+
what: 'Title attribute text is the same as the text or alternative text'
|
|
3761
3761
|
}
|
|
3762
3762
|
}
|
|
3763
3763
|
}
|