testilo 51.1.5 → 51.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/tic.js +8 -8
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -7863,13 +7863,6 @@ exports.issues = {
|
|
|
7863
7863
|
quality: 1,
|
|
7864
7864
|
what: 'Target size is suboptimal'
|
|
7865
7865
|
}
|
|
7866
|
-
},
|
|
7867
|
-
testaro: {
|
|
7868
|
-
targetSmall: {
|
|
7869
|
-
variable: false,
|
|
7870
|
-
quality: 1,
|
|
7871
|
-
what: 'Label, button, input, or link has substandard distance from another'
|
|
7872
|
-
}
|
|
7873
7866
|
}
|
|
7874
7867
|
}
|
|
7875
7868
|
},
|
|
@@ -7900,6 +7893,13 @@ exports.issues = {
|
|
|
7900
7893
|
quality: 1,
|
|
7901
7894
|
what: 'Small targets are not far enough apart'
|
|
7902
7895
|
}
|
|
7896
|
+
},
|
|
7897
|
+
testaro: {
|
|
7898
|
+
targetsNear: {
|
|
7899
|
+
variable: false,
|
|
7900
|
+
quality: 1,
|
|
7901
|
+
what: 'Label, button, input, or link has substandard distance from another'
|
|
7902
|
+
}
|
|
7903
7903
|
}
|
|
7904
7904
|
}
|
|
7905
7905
|
},
|
|
@@ -10757,7 +10757,7 @@ exports.issues = {
|
|
|
10757
10757
|
quality: 0.5,
|
|
10758
10758
|
what: 'CSS perspective property has a nonpositive value'
|
|
10759
10759
|
},
|
|
10760
|
-
'^CSS:
|
|
10760
|
+
'^CSS: .*Lexical error at line .+, column .+ Encountered: .+$': {
|
|
10761
10761
|
variable: true,
|
|
10762
10762
|
quality: 1,
|
|
10763
10763
|
what: 'CSS property has a value with a lexical error'
|