testilo 42.1.2 → 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 +14 -7
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -1344,6 +1344,13 @@ exports.issues = {
|
|
|
1344
1344
|
quality: 1,
|
|
1345
1345
|
what: 'HTML lang and xml:lang do not match'
|
|
1346
1346
|
}
|
|
1347
|
+
},
|
|
1348
|
+
wax: {
|
|
1349
|
+
'Use valid values for lang attributes.': {
|
|
1350
|
+
variable: false,
|
|
1351
|
+
quality: 1,
|
|
1352
|
+
what: 'lang attribute of the html element has an invalid value'
|
|
1353
|
+
}
|
|
1347
1354
|
}
|
|
1348
1355
|
}
|
|
1349
1356
|
},
|
|
@@ -4529,13 +4536,6 @@ exports.issues = {
|
|
|
4529
4536
|
what: 'Text has a contrast with its background less than the WCAG AA minimum for its size and weight'
|
|
4530
4537
|
}
|
|
4531
4538
|
},
|
|
4532
|
-
qualWeb: {
|
|
4533
|
-
'QW-ACT-R37': {
|
|
4534
|
-
variable: false,
|
|
4535
|
-
quality: 1,
|
|
4536
|
-
what: 'Text has less than the minimum contrast'
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
4539
|
wave: {
|
|
4540
4540
|
contrast: {
|
|
4541
4541
|
variable: false,
|
|
@@ -4707,6 +4707,13 @@ 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
|
+
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
|
+
}
|
|
4710
4717
|
}
|
|
4711
4718
|
}
|
|
4712
4719
|
}
|