testilo 42.3.0 → 42.3.1
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
|
@@ -50,6 +50,13 @@ exports.issues = {
|
|
|
50
50
|
wcag: '',
|
|
51
51
|
weight: 0,
|
|
52
52
|
tools: {
|
|
53
|
+
alfa: {
|
|
54
|
+
r73: {
|
|
55
|
+
variable: false,
|
|
56
|
+
quality: 1,
|
|
57
|
+
what: 'Text line height is not at least 1.5 [invalid]'
|
|
58
|
+
}
|
|
59
|
+
},
|
|
53
60
|
aslint: {
|
|
54
61
|
capital_letters_words: {
|
|
55
62
|
variable: false,
|
|
@@ -3329,13 +3336,6 @@ exports.issues = {
|
|
|
3329
3336
|
wcag: '1.4.8',
|
|
3330
3337
|
weight: 2,
|
|
3331
3338
|
tools: {
|
|
3332
|
-
alfa: {
|
|
3333
|
-
r73: {
|
|
3334
|
-
variable: false,
|
|
3335
|
-
quality: 1,
|
|
3336
|
-
what: 'Text line height is not at least 1.5'
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
3339
|
testaro: {
|
|
3340
3340
|
lineHeight: {
|
|
3341
3341
|
variable: false,
|