testilo 43.3.8 → 43.3.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": "43.3.8",
3
+ "version": "43.3.9",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -3497,15 +3497,15 @@ exports.issues = {
3497
3497
  },
3498
3498
  titleBad: {
3499
3499
  summary: 'title attribute invalid',
3500
- why: 'User cannot hover to get help explaining an item',
3500
+ why: 'User gets too little, too much, or repeated help explaining an item',
3501
3501
  wcag: '1.3.1',
3502
- weight: 4,
3502
+ weight: 1,
3503
3503
  tools: {
3504
3504
  testaro: {
3505
3505
  titledEl: {
3506
3506
  variable: false,
3507
3507
  quality: 1,
3508
- what: 'title attribute belongs to an inappropriate element'
3508
+ what: 'title attribute is likely ineffective on its element type'
3509
3509
  }
3510
3510
  }
3511
3511
  }