testilo 42.1.3 → 42.1.4
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 +7 -7
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -4536,13 +4536,6 @@ exports.issues = {
|
|
|
4536
4536
|
what: 'Text has a contrast with its background less than the WCAG AA minimum for its size and weight'
|
|
4537
4537
|
}
|
|
4538
4538
|
},
|
|
4539
|
-
qualWeb: {
|
|
4540
|
-
'QW-ACT-R37': {
|
|
4541
|
-
variable: false,
|
|
4542
|
-
quality: 1,
|
|
4543
|
-
what: 'Text has less than the minimum contrast'
|
|
4544
|
-
}
|
|
4545
|
-
},
|
|
4546
4539
|
wave: {
|
|
4547
4540
|
contrast: {
|
|
4548
4541
|
variable: false,
|
|
@@ -4714,6 +4707,13 @@ exports.issues = {
|
|
|
4714
4707
|
variable: false,
|
|
4715
4708
|
quality: 1,
|
|
4716
4709
|
what: 'Contrast between the text and its background image may be less than 7:1'
|
|
4710
|
+
},
|
|
4711
|
+
qualWeb: {
|
|
4712
|
+
'QW-ACT-R37': {
|
|
4713
|
+
variable: false,
|
|
4714
|
+
quality: 1,
|
|
4715
|
+
what: 'Text has less than the minimum contrast or has an image background'
|
|
4716
|
+
}
|
|
4717
4717
|
}
|
|
4718
4718
|
}
|
|
4719
4719
|
}
|