testilo 42.1.9 → 42.2.1
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/tic50.js +8 -16
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -6915,7 +6915,7 @@ exports.issues = {
|
|
|
6915
6915
|
}
|
|
6916
6916
|
},
|
|
6917
6917
|
testaro: {
|
|
6918
|
-
|
|
6918
|
+
targetSmall: {
|
|
6919
6919
|
variable: false,
|
|
6920
6920
|
quality: 1,
|
|
6921
6921
|
what: 'Button, input, or non-inline link is smaller than 44 px wide and high'
|
|
@@ -6935,6 +6935,13 @@ exports.issues = {
|
|
|
6935
6935
|
quality: 1,
|
|
6936
6936
|
what: 'Target size is substandard'
|
|
6937
6937
|
}
|
|
6938
|
+
},
|
|
6939
|
+
testaro: {
|
|
6940
|
+
targetTiny: {
|
|
6941
|
+
variable: false,
|
|
6942
|
+
quality: 1,
|
|
6943
|
+
what: 'Button, input, or non-inline link is smaller than 24 px wide and high'
|
|
6944
|
+
}
|
|
6938
6945
|
}
|
|
6939
6946
|
}
|
|
6940
6947
|
},
|
|
@@ -8596,21 +8603,6 @@ exports.issues = {
|
|
|
8596
8603
|
}
|
|
8597
8604
|
}
|
|
8598
8605
|
},
|
|
8599
|
-
filterStyle: {
|
|
8600
|
-
summary: 'filter style',
|
|
8601
|
-
why: 'Item is too distorted for understandability',
|
|
8602
|
-
wcag: '4.1',
|
|
8603
|
-
weight: 1,
|
|
8604
|
-
tools: {
|
|
8605
|
-
testaro: {
|
|
8606
|
-
filter: {
|
|
8607
|
-
variable: false,
|
|
8608
|
-
quality: 1,
|
|
8609
|
-
what: 'Element styles include filter'
|
|
8610
|
-
}
|
|
8611
|
-
}
|
|
8612
|
-
}
|
|
8613
|
-
},
|
|
8614
8606
|
zIndexNotZero: {
|
|
8615
8607
|
summary: 'z-index not zero',
|
|
8616
8608
|
why: 'User cannot predict the effect of clicking',
|