testilo 32.2.2 → 32.2.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/tic40.js +2 -2
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -3936,13 +3936,13 @@ exports.issues = {
|
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
contrastRisk: {
|
|
3939
|
-
summary: 'text contrast
|
|
3939
|
+
summary: 'text contrast not testable',
|
|
3940
3940
|
why: 'Text may be difficult to read',
|
|
3941
3941
|
wcag: '1.4.3',
|
|
3942
3942
|
weight: 1,
|
|
3943
3943
|
tools: {
|
|
3944
3944
|
alfa: {
|
|
3945
|
-
|
|
3945
|
+
cantTellTextContrast: {
|
|
3946
3946
|
variable: false,
|
|
3947
3947
|
quality: 1,
|
|
3948
3948
|
what: 'Test of text contrast could not give a conclusive result'
|