testilo 52.1.1 → 52.1.3
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/tic.js +8 -1
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -7753,7 +7753,7 @@ exports.issues = {
|
|
|
7753
7753
|
controlNoText: {
|
|
7754
7754
|
summary: 'control not named',
|
|
7755
7755
|
why: 'User cannot get help on how to operate a form item',
|
|
7756
|
-
wcag: '
|
|
7756
|
+
wcag: '1.3.1',
|
|
7757
7757
|
weight: 4,
|
|
7758
7758
|
tools: {
|
|
7759
7759
|
alfa: {
|
|
@@ -7922,6 +7922,13 @@ exports.issues = {
|
|
|
7922
7922
|
quality: 1,
|
|
7923
7923
|
what: 'Target size is suboptimal'
|
|
7924
7924
|
}
|
|
7925
|
+
},
|
|
7926
|
+
testaro: {
|
|
7927
|
+
targetSmall: {
|
|
7928
|
+
variable: false,
|
|
7929
|
+
quality: 1,
|
|
7930
|
+
what: 'Target is not inline but is smaller than 44px by 44px [retired 2026-04]'
|
|
7931
|
+
}
|
|
7925
7932
|
}
|
|
7926
7933
|
}
|
|
7927
7934
|
},
|