testilo 42.1.7 → 42.1.8

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.1.7",
3
+ "version": "42.1.8",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -840,6 +840,21 @@ exports.issues = {
840
840
  }
841
841
  }
842
842
  },
843
+ svgNoText: {
844
+ summary: 'SVG image not named',
845
+ why: 'User cannot get help to know what is in an image',
846
+ wcag: '1.1.1',
847
+ weight: 4,
848
+ tools: {
849
+ wax: {
850
+ 'Add alternative text to <svg> elements with an img, graphics-document, or graphics-symbol role.': {
851
+ variable: false,
852
+ quality: 1,
853
+ what: 'Element is svg with an image role but has no accessible name'
854
+ }
855
+ }
856
+ }
857
+ },
843
858
  imageTextSpaces: {
844
859
  summary: 'image name contains only spacing characters',
845
860
  why: 'User cannot get help understanding an image',
@@ -7448,6 +7463,13 @@ exports.issues = {
7448
7463
  quality: 1,
7449
7464
  what: 'banner landmark is not at the top level'
7450
7465
  }
7466
+ },
7467
+ wax: {
7468
+ 'Place the banner landmark at the top level, not within another landmark.': {
7469
+ variable: false,
7470
+ quality: 1,
7471
+ what: 'banner is within another landmark'
7472
+ }
7451
7473
  }
7452
7474
  }
7453
7475
  },