testilo 42.2.0 → 42.2.2
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 +20 -51
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -51,6 +51,11 @@ exports.issues = {
|
|
|
51
51
|
weight: 0,
|
|
52
52
|
tools: {
|
|
53
53
|
aslint: {
|
|
54
|
+
capital_letters_words: {
|
|
55
|
+
variable: false,
|
|
56
|
+
quality: 1,
|
|
57
|
+
what: 'Element or its title has entirely upper-case words [invalid]'
|
|
58
|
+
},
|
|
54
59
|
color_contrast_aa: {
|
|
55
60
|
variable: false,
|
|
56
61
|
quality: 0,
|
|
@@ -198,6 +203,11 @@ exports.issues = {
|
|
|
198
203
|
variable: false,
|
|
199
204
|
quality: 0,
|
|
200
205
|
what: 'Element contains a prohibited mediaelementwrapper element [invalid]'
|
|
206
|
+
},
|
|
207
|
+
'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.': {
|
|
208
|
+
variable: false,
|
|
209
|
+
quality: 1,
|
|
210
|
+
what: 'Void element has a useless trailing slash. [invalid]'
|
|
201
211
|
}
|
|
202
212
|
},
|
|
203
213
|
qualWeb: {
|
|
@@ -206,6 +216,11 @@ exports.issues = {
|
|
|
206
216
|
quality: 1,
|
|
207
217
|
what: 'Element with aria-hidden has focusable content [invalid]'
|
|
208
218
|
},
|
|
219
|
+
'QW-ACT-R41': {
|
|
220
|
+
variable: false,
|
|
221
|
+
quality: 1,
|
|
222
|
+
what: 'Error message describes no invalid form field value [speculative]'
|
|
223
|
+
},
|
|
209
224
|
'QW-ACT-R52': {
|
|
210
225
|
variable: false,
|
|
211
226
|
quality: 0,
|
|
@@ -296,6 +311,11 @@ exports.issues = {
|
|
|
296
311
|
quality: 0,
|
|
297
312
|
what: 'summary attribute is not used to give an overview of a data table [invalid]'
|
|
298
313
|
},
|
|
314
|
+
'QW-WCAG-T8': {
|
|
315
|
+
variable: false,
|
|
316
|
+
quality: 1,
|
|
317
|
+
what: 'Text alternative is suspect [invalid]'
|
|
318
|
+
},
|
|
299
319
|
'QW-WCAG-T9': {
|
|
300
320
|
variable: false,
|
|
301
321
|
quality: 0,
|
|
@@ -967,13 +987,6 @@ exports.issues = {
|
|
|
967
987
|
what: 'Text alternative may fail to give information provided by colors'
|
|
968
988
|
}
|
|
969
989
|
},
|
|
970
|
-
qualWeb: {
|
|
971
|
-
'QW-WCAG-T8': {
|
|
972
|
-
variable: false,
|
|
973
|
-
quality: 1,
|
|
974
|
-
what: 'Text alternative is suspect'
|
|
975
|
-
}
|
|
976
|
-
},
|
|
977
990
|
wave: {
|
|
978
991
|
alt_suspicious: {
|
|
979
992
|
variable: false,
|
|
@@ -7168,13 +7181,6 @@ exports.issues = {
|
|
|
7168
7181
|
what: 'Paragraph text is uppercased'
|
|
7169
7182
|
}
|
|
7170
7183
|
},
|
|
7171
|
-
aslint: {
|
|
7172
|
-
capital_letters_words: {
|
|
7173
|
-
variable: false,
|
|
7174
|
-
quality: 1,
|
|
7175
|
-
what: 'Element or its title has entirely upper-case words'
|
|
7176
|
-
}
|
|
7177
|
-
},
|
|
7178
7184
|
ed11y: {
|
|
7179
7185
|
textUppercase: {
|
|
7180
7186
|
variable: false,
|
|
@@ -8603,21 +8609,6 @@ exports.issues = {
|
|
|
8603
8609
|
}
|
|
8604
8610
|
}
|
|
8605
8611
|
},
|
|
8606
|
-
filterStyle: {
|
|
8607
|
-
summary: 'filter style',
|
|
8608
|
-
why: 'Item is too distorted for understandability',
|
|
8609
|
-
wcag: '4.1',
|
|
8610
|
-
weight: 1,
|
|
8611
|
-
tools: {
|
|
8612
|
-
testaro: {
|
|
8613
|
-
filter: {
|
|
8614
|
-
variable: false,
|
|
8615
|
-
quality: 1,
|
|
8616
|
-
what: 'Element styles include filter'
|
|
8617
|
-
}
|
|
8618
|
-
}
|
|
8619
|
-
}
|
|
8620
|
-
},
|
|
8621
8612
|
zIndexNotZero: {
|
|
8622
8613
|
summary: 'z-index not zero',
|
|
8623
8614
|
why: 'User cannot predict the effect of clicking',
|
|
@@ -9132,13 +9123,6 @@ exports.issues = {
|
|
|
9132
9123
|
quality: 1,
|
|
9133
9124
|
what: 'Element has an aria-errormessage attribute whose value is an invalid id'
|
|
9134
9125
|
}
|
|
9135
|
-
},
|
|
9136
|
-
qualWeb: {
|
|
9137
|
-
'QW-ACT-R41': {
|
|
9138
|
-
variable: false,
|
|
9139
|
-
quality: 1,
|
|
9140
|
-
what: 'Error message describes no invalid form field value'
|
|
9141
|
-
}
|
|
9142
9126
|
}
|
|
9143
9127
|
}
|
|
9144
9128
|
},
|
|
@@ -9894,21 +9878,6 @@ exports.issues = {
|
|
|
9894
9878
|
}
|
|
9895
9879
|
}
|
|
9896
9880
|
},
|
|
9897
|
-
slashParseRisk: {
|
|
9898
|
-
summary: 'void element has trailing slash',
|
|
9899
|
-
why: 'Document contains invalid code',
|
|
9900
|
-
wcag: '4.1',
|
|
9901
|
-
weight: 1,
|
|
9902
|
-
tools: {
|
|
9903
|
-
nuVal: {
|
|
9904
|
-
'Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.': {
|
|
9905
|
-
variable: false,
|
|
9906
|
-
quality: 1,
|
|
9907
|
-
what: 'Void element has a useless trailing slash.'
|
|
9908
|
-
}
|
|
9909
|
-
}
|
|
9910
|
-
}
|
|
9911
|
-
},
|
|
9912
9881
|
encodingMisdeclared: {
|
|
9913
9882
|
summary: 'text encoding wrongly declared',
|
|
9914
9883
|
why: 'User cannot read all of the text',
|