testilo 16.0.4 → 16.0.5

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": "16.0.4",
3
+ "version": "16.0.5",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2984,8 +2984,8 @@ exports.issues = {
2984
2984
  }
2985
2985
  }
2986
2986
  },
2987
- ariaBadAttribute: {
2988
- why: 'Item behaves improperly',
2987
+ ariaAttributeBad: {
2988
+ why: 'Item behavior violates user expectations',
2989
2989
  wcag: '4.1.2',
2990
2990
  weight: 4,
2991
2991
  tools: {
@@ -3247,7 +3247,7 @@ exports.issues = {
3247
3247
  }
3248
3248
  },
3249
3249
  ariaReferenceBad: {
3250
- why: 'Item behaves improperly',
3250
+ why: 'Item behavior violates user expectations',
3251
3251
  wcag: '1.3.1',
3252
3252
  weight: 4,
3253
3253
  tools: {
@@ -3757,7 +3757,7 @@ exports.issues = {
3757
3757
  title_redundant: {
3758
3758
  variable: false,
3759
3759
  quality: 1,
3760
- what: 'Title attribute text is the same as text or alternative text'
3760
+ what: 'Title attribute text is the same as the text or alternative text'
3761
3761
  }
3762
3762
  }
3763
3763
  }