testilo 42.1.7 → 42.1.9

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.9",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -622,6 +622,21 @@ exports.issues = {
622
622
  }
623
623
  }
624
624
  },
625
+ placeholderPlusAria: {
626
+ summary: 'element has competing placeholder attributes',
627
+ why: 'User gets conflicting help on what information to enter in a form item',
628
+ wcag: '4.1.2',
629
+ weight: 3,
630
+ tools: {
631
+ nuVal: {
632
+ 'The aria-placeholder attribute must not be specified on elements that have a placeholder attribute.': {
633
+ variable: false,
634
+ quality: 1,
635
+ what: 'Element has both placeholder and aria-placeholder attributes'
636
+ }
637
+ }
638
+ }
639
+ },
625
640
  imageButtonNoText: {
626
641
  summary: 'image button not named',
627
642
  why: 'User cannot get help understanding an image used as a button',
@@ -840,6 +855,21 @@ exports.issues = {
840
855
  }
841
856
  }
842
857
  },
858
+ svgNoText: {
859
+ summary: 'SVG image not named',
860
+ why: 'User cannot get help to know what is in an image',
861
+ wcag: '1.1.1',
862
+ weight: 4,
863
+ tools: {
864
+ wax: {
865
+ 'Add alternative text to <svg> elements with an img, graphics-document, or graphics-symbol role.': {
866
+ variable: false,
867
+ quality: 1,
868
+ what: 'Element is svg with an image role but has no accessible name'
869
+ }
870
+ }
871
+ }
872
+ },
843
873
  imageTextSpaces: {
844
874
  summary: 'image name contains only spacing characters',
845
875
  why: 'User cannot get help understanding an image',
@@ -1776,6 +1806,13 @@ exports.issues = {
1776
1806
  quality: 1,
1777
1807
  what: 'for attribute of the label element does not reference a non-hidden form control'
1778
1808
  }
1809
+ },
1810
+ wax: {
1811
+ 'This label\'s "for" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct ID for the intended element.': {
1812
+ variable: false,
1813
+ quality: 1,
1814
+ what: 'for attribute of the label element does not reference a form control'
1815
+ }
1779
1816
  }
1780
1817
  }
1781
1818
  },
@@ -2658,6 +2695,11 @@ exports.issues = {
2658
2695
  variable: false,
2659
2696
  quality: 1,
2660
2697
  what: 'Element is select and has no multiple attribute, but has more than 1 selected option'
2698
+ },
2699
+ 'A select element with a required attribute, and without a multiple attribute, and without a size attribute whose value is greater than 1, must have a child option element.': {
2700
+ variable: false,
2701
+ quality: 1,
2702
+ what: 'Element is select and has no child option element, but its attributes require one'
2661
2703
  }
2662
2704
  }
2663
2705
  }
@@ -3439,6 +3481,13 @@ exports.issues = {
3439
3481
  quality: 1,
3440
3482
  what: 'Element has a color attribute but no rel attribute with mask-icon as its value'
3441
3483
  }
3484
+ },
3485
+ wax: {
3486
+ 'Link element is missing a non-empty rel attribute identifying the link type.': {
3487
+ variable: false,
3488
+ quality: 1,
3489
+ what: 'Element is link, but its rel attribute is empty or missing'
3490
+ }
3442
3491
  }
3443
3492
  }
3444
3493
  },
@@ -6182,6 +6231,13 @@ exports.issues = {
6182
6231
  wcag: '1.3.1',
6183
6232
  weight: 2,
6184
6233
  tools: {
6234
+ ibm: {
6235
+ table_structure_misuse: {
6236
+ variable: false,
6237
+ quality: 1,
6238
+ what: 'table has a presentation or none role but has a summary attribute or structural elements'
6239
+ }
6240
+ },
6185
6241
  qualWeb: {
6186
6242
  'QW-WCAG-T12': {
6187
6243
  variable: false,
@@ -7247,6 +7303,11 @@ exports.issues = {
7247
7303
  variable: false,
7248
7304
  quality: 1,
7249
7305
  what: 'Element is contentinfo but is within another landmark'
7306
+ },
7307
+ 'Ensure the contentinfo landmark is at the top level without being nested.': {
7308
+ variable: false,
7309
+ quality: 1,
7310
+ what: 'Element is contentinfo but is nested in another landmark'
7250
7311
  }
7251
7312
  }
7252
7313
  }
@@ -7448,6 +7509,13 @@ exports.issues = {
7448
7509
  quality: 1,
7449
7510
  what: 'banner landmark is not at the top level'
7450
7511
  }
7512
+ },
7513
+ wax: {
7514
+ 'Place the banner landmark at the top level, not within another landmark.': {
7515
+ variable: false,
7516
+ quality: 1,
7517
+ what: 'banner is within another landmark'
7518
+ }
7451
7519
  }
7452
7520
  }
7453
7521
  },