testilo 41.5.11 → 41.5.13

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": "41.5.11",
3
+ "version": "41.5.13",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -514,7 +514,7 @@ exports.issues = {
514
514
  quality: 1,
515
515
  what: 'Text input has no accessible name'
516
516
  },
517
- '^AAA.4_1_2.H91.Input[-a-zA-Z]+.Name$': {
517
+ '^AAA\.4_1_2\.H91\.Input[-a-zA-Z]+\.Name$': {
518
518
  variable: true,
519
519
  quality: 1,
520
520
  what: 'input element has no accessible name'
@@ -2553,6 +2553,11 @@ exports.issues = {
2553
2553
  }
2554
2554
  },
2555
2555
  wax: {
2556
+ 'Add discernible text to button elements.': {
2557
+ variable: false,
2558
+ quality: 1,
2559
+ what: 'button element has no discernible text'
2560
+ },
2556
2561
  'Buttons must have discernible text': {
2557
2562
  variable: false,
2558
2563
  quality: 1,
@@ -2709,6 +2714,13 @@ exports.issues = {
2709
2714
  what: 'Element is svg and has an img role but has no text alternative'
2710
2715
  }
2711
2716
  },
2717
+ ibm: {
2718
+ 'svg_graphics_labelled': {
2719
+ variable: false,
2720
+ quality: 1,
2721
+ what: 'Element is svg but has no accessible name'
2722
+ }
2723
+ },
2712
2724
  qualWeb: {
2713
2725
  'QW-ACT-R21': {
2714
2726
  variable: false,
@@ -3322,6 +3334,11 @@ exports.issues = {
3322
3334
  variable: false,
3323
3335
  quality: 1,
3324
3336
  what: 'iframe element has no accessible name'
3337
+ },
3338
+ 'Provide accessible names for <iframe> and <frame> elements.': {
3339
+ variable: false,
3340
+ quality: 1,
3341
+ what: 'iframe or frame element has no accessible name'
3325
3342
  }
3326
3343
  }
3327
3344
  }
@@ -6684,6 +6701,11 @@ exports.issues = {
6684
6701
  variable: false,
6685
6702
  quality: 1,
6686
6703
  what: 'Content is not within a landmark element'
6704
+ },
6705
+ 'Use landmarks to contain page content.': {
6706
+ variable: false,
6707
+ quality: 1,
6708
+ what: 'Content is not within a landmark element'
6687
6709
  }
6688
6710
  }
6689
6711
  }
@@ -8904,7 +8926,7 @@ exports.issues = {
8904
8926
  quality: 1,
8905
8927
  what: 'Invalid closing tag'
8906
8928
  },
8907
- '^End tag [a-z]+.*$': {
8929
+ '^End tag [a-z]+\.$': {
8908
8930
  variable: true,
8909
8931
  quality: 1,
8910
8932
  what: 'Closing tag of an ineligible element'
@@ -52,7 +52,7 @@
52
52
  });
53
53
  const svg = Plot.plot({
54
54
  style: 'overflow: visible;',
55
- height: 600,
55
+ height: 300 + 40 * graphData.length,
56
56
  y: {grid: true},
57
57
  marks: [
58
58
  Plot.ruleY([0]),