testilo 42.2.5 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "42.2.5",
3
+ "version": "42.3.0",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -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,
@@ -191,6 +196,11 @@ exports.issues = {
191
196
  variable: false,
192
197
  quality: 1,
193
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]'
194
204
  }
195
205
  },
196
206
  nuVal: {
@@ -199,6 +209,11 @@ exports.issues = {
199
209
  quality: 1,
200
210
  what: 'head element has no child title element [invalid]'
201
211
  },
212
+ 'Element img is missing required attribute src.': {
213
+ variable: false,
214
+ quality: 1,
215
+ what: 'img element has no src attribute [invalid]'
216
+ },
202
217
  'Element mediaelementwrapper not allowed as child of element div in this context. (Suppressing further errors from this subtree.)': {
203
218
  variable: false,
204
219
  quality: 0,
@@ -211,6 +226,11 @@ exports.issues = {
211
226
  }
212
227
  },
213
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
+ },
214
234
  'QW-ACT-R13': {
215
235
  variable: false,
216
236
  quality: 1,
@@ -341,6 +361,16 @@ exports.issues = {
341
361
  quality: 0.5,
342
362
  what: 'Script removes the focus when focus is received [invalid]'
343
363
  },
364
+ 'QW-WCAG-T28': {
365
+ variable: false,
366
+ quality: 0.8,
367
+ what: 'Font size set to an absolute unit value [invalid]'
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
+ },
344
374
  'QW-WCAG-T32': {
345
375
  variable: false,
346
376
  quality: 1,
@@ -996,21 +1026,6 @@ exports.issues = {
996
1026
  }
997
1027
  }
998
1028
  },
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
1029
  sourceEmpty: {
1015
1030
  summary: 'src empty',
1016
1031
  why: 'Image, audio, or video to be shown cannot be found',
@@ -2475,13 +2490,6 @@ exports.issues = {
2475
2490
  wcag: '2.4.4',
2476
2491
  weight: 2,
2477
2492
  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
2493
  qualWeb: {
2486
2494
  'QW-ACT-R9': {
2487
2495
  variable: false,
@@ -2534,7 +2542,7 @@ exports.issues = {
2534
2542
  }
2535
2543
  },
2536
2544
  linkPair: {
2537
- summary: 'text and image link not combined',
2545
+ summary: 'adjacent links not combined',
2538
2546
  why: 'Keyboard-only user expends extra effort to skip a link',
2539
2547
  wcag: '2.4.4',
2540
2548
  weight: 2,
@@ -3198,13 +3206,6 @@ exports.issues = {
3198
3206
  quality: 1,
3199
3207
  what: 'Paragraph text has an absolute font size'
3200
3208
  }
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
3209
  }
3209
3210
  }
3210
3211
  },
@@ -3684,11 +3685,6 @@ exports.issues = {
3684
3685
  }
3685
3686
  },
3686
3687
  qualWeb: {
3687
- 'QW-ACT-R10': {
3688
- variable: false,
3689
- quality: 1,
3690
- what: 'iframe elements with identical accessible names have different purposes'
3691
- },
3692
3688
  'QW-ACT-R19': {
3693
3689
  variable: false,
3694
3690
  quality: 1,
@@ -4801,21 +4797,6 @@ exports.issues = {
4801
4797
  what: 'Text has less than the minimum contrast or has an image background'
4802
4798
  }
4803
4799
  }
4804
- }
4805
- },
4806
- colorMissing: {
4807
- summary: 'color missing',
4808
- why: 'Content is impossible to perceive under some conditions',
4809
- wcag: '1.4.3',
4810
- weight: 4,
4811
- tools: {
4812
- qualWeb: {
4813
- 'QW-WCAG-T31': {
4814
- variable: false,
4815
- quality: 1,
4816
- what: 'Foreground or background color is specified but not both'
4817
- }
4818
- }
4819
4800
  }
4820
4801
  },
4821
4802
  colorNamedRisk: {
@@ -7622,11 +7603,6 @@ exports.issues = {
7622
7603
  variable: false,
7623
7604
  quality: 1,
7624
7605
  what: 'Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region'
7625
- },
7626
- aria_landmark_name_unique: {
7627
- variable: false,
7628
- quality: 1,
7629
- what: 'Multiple landmarks with the same parent region are not distinguished from one another'
7630
7606
  }
7631
7607
  },
7632
7608
  wax: {