testilo 42.2.6 → 42.3.0
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 +16 -26
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -196,6 +196,11 @@ exports.issues = {
|
|
|
196
196
|
variable: false,
|
|
197
197
|
quality: 1,
|
|
198
198
|
what: 'Child element has a role not allowed for the role of the parent [invalid]'
|
|
199
|
+
},
|
|
200
|
+
aria_landmark_name_unique: {
|
|
201
|
+
variable: false,
|
|
202
|
+
quality: 1,
|
|
203
|
+
what: 'Multiple landmarks with the same parent region are not distinguished from one another [invalid on invisible elements]'
|
|
199
204
|
}
|
|
200
205
|
},
|
|
201
206
|
nuVal: {
|
|
@@ -221,6 +226,11 @@ exports.issues = {
|
|
|
221
226
|
}
|
|
222
227
|
},
|
|
223
228
|
qualWeb: {
|
|
229
|
+
'QW-ACT-R10': {
|
|
230
|
+
variable: false,
|
|
231
|
+
quality: 1,
|
|
232
|
+
what: 'iframe elements with identical accessible names have different purposes [invalid on invisible elements]'
|
|
233
|
+
},
|
|
224
234
|
'QW-ACT-R13': {
|
|
225
235
|
variable: false,
|
|
226
236
|
quality: 1,
|
|
@@ -356,6 +366,11 @@ exports.issues = {
|
|
|
356
366
|
quality: 0.8,
|
|
357
367
|
what: 'Font size set to an absolute unit value [invalid]'
|
|
358
368
|
},
|
|
369
|
+
'QW-WCAG-T31': {
|
|
370
|
+
variable: false,
|
|
371
|
+
quality: 1,
|
|
372
|
+
what: 'Foreground or background color is specified but not both [invalid on invisible elements'
|
|
373
|
+
},
|
|
359
374
|
'QW-WCAG-T32': {
|
|
360
375
|
variable: false,
|
|
361
376
|
quality: 1,
|
|
@@ -2527,7 +2542,7 @@ exports.issues = {
|
|
|
2527
2542
|
}
|
|
2528
2543
|
},
|
|
2529
2544
|
linkPair: {
|
|
2530
|
-
summary: '
|
|
2545
|
+
summary: 'adjacent links not combined',
|
|
2531
2546
|
why: 'Keyboard-only user expends extra effort to skip a link',
|
|
2532
2547
|
wcag: '2.4.4',
|
|
2533
2548
|
weight: 2,
|
|
@@ -3670,11 +3685,6 @@ exports.issues = {
|
|
|
3670
3685
|
}
|
|
3671
3686
|
},
|
|
3672
3687
|
qualWeb: {
|
|
3673
|
-
'QW-ACT-R10': {
|
|
3674
|
-
variable: false,
|
|
3675
|
-
quality: 1,
|
|
3676
|
-
what: 'iframe elements with identical accessible names have different purposes'
|
|
3677
|
-
},
|
|
3678
3688
|
'QW-ACT-R19': {
|
|
3679
3689
|
variable: false,
|
|
3680
3690
|
quality: 1,
|
|
@@ -4787,21 +4797,6 @@ exports.issues = {
|
|
|
4787
4797
|
what: 'Text has less than the minimum contrast or has an image background'
|
|
4788
4798
|
}
|
|
4789
4799
|
}
|
|
4790
|
-
}
|
|
4791
|
-
},
|
|
4792
|
-
colorMissing: {
|
|
4793
|
-
summary: 'color missing',
|
|
4794
|
-
why: 'Content is impossible to perceive under some conditions',
|
|
4795
|
-
wcag: '1.4.3',
|
|
4796
|
-
weight: 4,
|
|
4797
|
-
tools: {
|
|
4798
|
-
qualWeb: {
|
|
4799
|
-
'QW-WCAG-T31': {
|
|
4800
|
-
variable: false,
|
|
4801
|
-
quality: 1,
|
|
4802
|
-
what: 'Foreground or background color is specified but not both'
|
|
4803
|
-
}
|
|
4804
|
-
}
|
|
4805
4800
|
}
|
|
4806
4801
|
},
|
|
4807
4802
|
colorNamedRisk: {
|
|
@@ -7608,11 +7603,6 @@ exports.issues = {
|
|
|
7608
7603
|
variable: false,
|
|
7609
7604
|
quality: 1,
|
|
7610
7605
|
what: 'Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region'
|
|
7611
|
-
},
|
|
7612
|
-
aria_landmark_name_unique: {
|
|
7613
|
-
variable: false,
|
|
7614
|
-
quality: 1,
|
|
7615
|
-
what: 'Multiple landmarks with the same parent region are not distinguished from one another'
|
|
7616
7606
|
}
|
|
7617
7607
|
},
|
|
7618
7608
|
wax: {
|