testilo 42.2.4 → 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 +36 -50
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
|
},
|
|
@@ -4091,20 +4077,6 @@ exports.issues = {
|
|
|
4091
4077
|
wcag: '4.1.2',
|
|
4092
4078
|
weight: 4,
|
|
4093
4079
|
tools: {
|
|
4094
|
-
axe: {
|
|
4095
|
-
'aria-required-attr': {
|
|
4096
|
-
variable: false,
|
|
4097
|
-
quality: 1,
|
|
4098
|
-
what: 'Required ARIA attribute is not provided'
|
|
4099
|
-
}
|
|
4100
|
-
},
|
|
4101
|
-
ibm: {
|
|
4102
|
-
aria_attribute_required: {
|
|
4103
|
-
variable: false,
|
|
4104
|
-
quality: 1,
|
|
4105
|
-
what: 'Element does not have an ARIA attribute required by its role'
|
|
4106
|
-
}
|
|
4107
|
-
},
|
|
4108
4080
|
nuVal: {
|
|
4109
4081
|
'^Element image is missing required attribute (?:height|width).*$': {
|
|
4110
4082
|
variable: true,
|
|
@@ -4131,13 +4103,6 @@ exports.issues = {
|
|
|
4131
4103
|
quality: 1,
|
|
4132
4104
|
what: 'Element is missing a required attribute'
|
|
4133
4105
|
}
|
|
4134
|
-
},
|
|
4135
|
-
wax: {
|
|
4136
|
-
'Include required ARIA attributes for elements with ARIA roles.': {
|
|
4137
|
-
variable: false,
|
|
4138
|
-
quality: 1,
|
|
4139
|
-
what: 'Element does not have an ARIA attribute required by the role of the element'
|
|
4140
|
-
}
|
|
4141
4106
|
}
|
|
4142
4107
|
}
|
|
4143
4108
|
},
|
|
@@ -4184,6 +4149,20 @@ exports.issues = {
|
|
|
4184
4149
|
what: 'Element does not have all required states and properties'
|
|
4185
4150
|
}
|
|
4186
4151
|
},
|
|
4152
|
+
axe: {
|
|
4153
|
+
'aria-required-attr': {
|
|
4154
|
+
variable: false,
|
|
4155
|
+
quality: 1,
|
|
4156
|
+
what: 'Required ARIA attribute is not provided'
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
ibm: {
|
|
4160
|
+
aria_attribute_required: {
|
|
4161
|
+
variable: false,
|
|
4162
|
+
quality: 1,
|
|
4163
|
+
what: 'Element does not have an ARIA attribute required by its role'
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4187
4166
|
nuVal: {
|
|
4188
4167
|
'^Element .+ is missing required attribute aria-.+$': {
|
|
4189
4168
|
variable: true,
|
|
@@ -4197,6 +4176,13 @@ exports.issues = {
|
|
|
4197
4176
|
quality: 1,
|
|
4198
4177
|
what: 'Element with a role attribute does not have the required states and properties'
|
|
4199
4178
|
}
|
|
4179
|
+
},
|
|
4180
|
+
wax: {
|
|
4181
|
+
'Include required ARIA attributes for elements with ARIA roles.': {
|
|
4182
|
+
variable: false,
|
|
4183
|
+
quality: 1,
|
|
4184
|
+
what: 'Element does not have an ARIA attribute required by the role of the element'
|
|
4185
|
+
}
|
|
4200
4186
|
}
|
|
4201
4187
|
}
|
|
4202
4188
|
},
|