testilo 42.1.4 → 42.1.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/tic50.js +8 -8
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -4707,16 +4707,16 @@ exports.issues = {
|
|
|
4707
4707
|
variable: false,
|
|
4708
4708
|
quality: 1,
|
|
4709
4709
|
what: 'Contrast between the text and its background image may be less than 7:1'
|
|
4710
|
-
}
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4710
|
+
}
|
|
4711
|
+
},
|
|
4712
|
+
qualWeb: {
|
|
4713
|
+
'QW-ACT-R37': {
|
|
4714
|
+
variable: false,
|
|
4715
|
+
quality: 1,
|
|
4716
|
+
what: 'Text has less than the minimum contrast or has an image background'
|
|
4717
4717
|
}
|
|
4718
4718
|
}
|
|
4719
|
-
|
|
4719
|
+
}
|
|
4720
4720
|
},
|
|
4721
4721
|
colorMissing: {
|
|
4722
4722
|
summary: 'color missing',
|