testilo 43.1.4 → 43.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/tic.js +15 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -4806,6 +4806,21 @@ exports.issues = {
|
|
|
4806
4806
|
}
|
|
4807
4807
|
}
|
|
4808
4808
|
},
|
|
4809
|
+
infoNeedsColor: {
|
|
4810
|
+
summary: 'color the only classifier?',
|
|
4811
|
+
why: 'Categories are indistinguishable',
|
|
4812
|
+
wcag: '1.4.1',
|
|
4813
|
+
weight: 1,
|
|
4814
|
+
tools: {
|
|
4815
|
+
ibm: {
|
|
4816
|
+
style_color_misuse: {
|
|
4817
|
+
variable: false,
|
|
4818
|
+
quality: 1,
|
|
4819
|
+
what: 'Color may be the only classifier'
|
|
4820
|
+
}
|
|
4821
|
+
}
|
|
4822
|
+
}
|
|
4823
|
+
},
|
|
4809
4824
|
colorNamedRisk: {
|
|
4810
4825
|
summary: 'color perception required?',
|
|
4811
4826
|
why: 'Content is impossible to perceive under some conditions',
|