testilo 42.2.6 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "42.2.6",
3
+ "version": "42.3.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -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,
@@ -196,6 +203,11 @@ exports.issues = {
196
203
  variable: false,
197
204
  quality: 1,
198
205
  what: 'Child element has a role not allowed for the role of the parent [invalid]'
206
+ },
207
+ aria_landmark_name_unique: {
208
+ variable: false,
209
+ quality: 1,
210
+ what: 'Multiple landmarks with the same parent region are not distinguished from one another [invalid on invisible elements]'
199
211
  }
200
212
  },
201
213
  nuVal: {
@@ -221,6 +233,11 @@ exports.issues = {
221
233
  }
222
234
  },
223
235
  qualWeb: {
236
+ 'QW-ACT-R10': {
237
+ variable: false,
238
+ quality: 1,
239
+ what: 'iframe elements with identical accessible names have different purposes [invalid on invisible elements]'
240
+ },
224
241
  'QW-ACT-R13': {
225
242
  variable: false,
226
243
  quality: 1,
@@ -356,6 +373,11 @@ exports.issues = {
356
373
  quality: 0.8,
357
374
  what: 'Font size set to an absolute unit value [invalid]'
358
375
  },
376
+ 'QW-WCAG-T31': {
377
+ variable: false,
378
+ quality: 1,
379
+ what: 'Foreground or background color is specified but not both [invalid on invisible elements'
380
+ },
359
381
  'QW-WCAG-T32': {
360
382
  variable: false,
361
383
  quality: 1,
@@ -2527,7 +2549,7 @@ exports.issues = {
2527
2549
  }
2528
2550
  },
2529
2551
  linkPair: {
2530
- summary: 'text and image link not combined',
2552
+ summary: 'adjacent links not combined',
2531
2553
  why: 'Keyboard-only user expends extra effort to skip a link',
2532
2554
  wcag: '2.4.4',
2533
2555
  weight: 2,
@@ -3314,13 +3336,6 @@ exports.issues = {
3314
3336
  wcag: '1.4.8',
3315
3337
  weight: 2,
3316
3338
  tools: {
3317
- alfa: {
3318
- r73: {
3319
- variable: false,
3320
- quality: 1,
3321
- what: 'Text line height is not at least 1.5'
3322
- }
3323
- },
3324
3339
  testaro: {
3325
3340
  lineHeight: {
3326
3341
  variable: false,
@@ -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: {