testilo 42.1.8 → 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.8",
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',
@@ -1791,6 +1806,13 @@ exports.issues = {
1791
1806
  quality: 1,
1792
1807
  what: 'for attribute of the label element does not reference a non-hidden form control'
1793
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
+ }
1794
1816
  }
1795
1817
  }
1796
1818
  },
@@ -2673,6 +2695,11 @@ exports.issues = {
2673
2695
  variable: false,
2674
2696
  quality: 1,
2675
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'
2676
2703
  }
2677
2704
  }
2678
2705
  }
@@ -3454,6 +3481,13 @@ exports.issues = {
3454
3481
  quality: 1,
3455
3482
  what: 'Element has a color attribute but no rel attribute with mask-icon as its value'
3456
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
+ }
3457
3491
  }
3458
3492
  }
3459
3493
  },
@@ -6197,6 +6231,13 @@ exports.issues = {
6197
6231
  wcag: '1.3.1',
6198
6232
  weight: 2,
6199
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
+ },
6200
6241
  qualWeb: {
6201
6242
  'QW-WCAG-T12': {
6202
6243
  variable: false,
@@ -7262,6 +7303,11 @@ exports.issues = {
7262
7303
  variable: false,
7263
7304
  quality: 1,
7264
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'
7265
7311
  }
7266
7312
  }
7267
7313
  }