testilo 42.2.5 → 42.2.6
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 +15 -29
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -96,6 +96,11 @@ exports.issues = {
|
|
|
96
96
|
quality: 1,
|
|
97
97
|
what: 'Element is a link, but its style properties do not differentiate it from its parent [irrelevant]'
|
|
98
98
|
},
|
|
99
|
+
links_same_content_different_url: {
|
|
100
|
+
variable: false,
|
|
101
|
+
quality: 1,
|
|
102
|
+
what: 'Links with the same text content have different destination URLs [invalid]'
|
|
103
|
+
},
|
|
99
104
|
meaningful_content_sequence: {
|
|
100
105
|
variable: false,
|
|
101
106
|
quality: 0,
|
|
@@ -199,6 +204,11 @@ exports.issues = {
|
|
|
199
204
|
quality: 1,
|
|
200
205
|
what: 'head element has no child title element [invalid]'
|
|
201
206
|
},
|
|
207
|
+
'Element img is missing required attribute src.': {
|
|
208
|
+
variable: false,
|
|
209
|
+
quality: 1,
|
|
210
|
+
what: 'img element has no src attribute [invalid]'
|
|
211
|
+
},
|
|
202
212
|
'Element mediaelementwrapper not allowed as child of element div in this context. (Suppressing further errors from this subtree.)': {
|
|
203
213
|
variable: false,
|
|
204
214
|
quality: 0,
|
|
@@ -341,6 +351,11 @@ exports.issues = {
|
|
|
341
351
|
quality: 0.5,
|
|
342
352
|
what: 'Script removes the focus when focus is received [invalid]'
|
|
343
353
|
},
|
|
354
|
+
'QW-WCAG-T28': {
|
|
355
|
+
variable: false,
|
|
356
|
+
quality: 0.8,
|
|
357
|
+
what: 'Font size set to an absolute unit value [invalid]'
|
|
358
|
+
},
|
|
344
359
|
'QW-WCAG-T32': {
|
|
345
360
|
variable: false,
|
|
346
361
|
quality: 1,
|
|
@@ -996,21 +1011,6 @@ exports.issues = {
|
|
|
996
1011
|
}
|
|
997
1012
|
}
|
|
998
1013
|
},
|
|
999
|
-
imageNoSource: {
|
|
1000
|
-
summary: 'image has no src',
|
|
1001
|
-
why: 'Image to be shown cannot be found',
|
|
1002
|
-
wcag: '1.3.1',
|
|
1003
|
-
weight: 4,
|
|
1004
|
-
tools: {
|
|
1005
|
-
nuVal: {
|
|
1006
|
-
'Element img is missing required attribute src.': {
|
|
1007
|
-
variable: false,
|
|
1008
|
-
quality: 1,
|
|
1009
|
-
what: 'img element has no src attribute'
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
1014
|
sourceEmpty: {
|
|
1015
1015
|
summary: 'src empty',
|
|
1016
1016
|
why: 'Image, audio, or video to be shown cannot be found',
|
|
@@ -2475,13 +2475,6 @@ exports.issues = {
|
|
|
2475
2475
|
wcag: '2.4.4',
|
|
2476
2476
|
weight: 2,
|
|
2477
2477
|
tools: {
|
|
2478
|
-
aslint: {
|
|
2479
|
-
links_same_content_different_url: {
|
|
2480
|
-
variable: false,
|
|
2481
|
-
quality: 1,
|
|
2482
|
-
what: 'Links with the same text content have different destination URLs'
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
2478
|
qualWeb: {
|
|
2486
2479
|
'QW-ACT-R9': {
|
|
2487
2480
|
variable: false,
|
|
@@ -3198,13 +3191,6 @@ exports.issues = {
|
|
|
3198
3191
|
quality: 1,
|
|
3199
3192
|
what: 'Paragraph text has an absolute font size'
|
|
3200
3193
|
}
|
|
3201
|
-
},
|
|
3202
|
-
qualWeb: {
|
|
3203
|
-
'QW-WCAG-T28': {
|
|
3204
|
-
variable: false,
|
|
3205
|
-
quality: 0.8,
|
|
3206
|
-
what: 'Font size set to an absolute unit value'
|
|
3207
|
-
}
|
|
3208
3194
|
}
|
|
3209
3195
|
}
|
|
3210
3196
|
},
|