testilo 31.0.2 → 31.0.4

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": "31.0.2",
3
+ "version": "31.0.4",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -7102,7 +7102,7 @@ exports.issues = {
7102
7102
  },
7103
7103
  menuNavigation: {
7104
7104
  summary: 'menu navigation nonstandard',
7105
- why: 'Menu items behave improperly for a keyboard-only user',
7105
+ why: 'Menus behave improperly for a keyboard-only user',
7106
7106
  wcag: '2.1.1',
7107
7107
  weight: 2,
7108
7108
  tools: {
@@ -7110,7 +7110,7 @@ exports.issues = {
7110
7110
  buttonMenu: {
7111
7111
  variable: false,
7112
7112
  quality: 1,
7113
- what: 'Button menu items respond nonstandardly to navigation keys'
7113
+ what: 'Menu buttons and menus behave nonstandardly'
7114
7114
  }
7115
7115
  }
7116
7116
  }
@@ -7152,18 +7152,18 @@ exports.issues = {
7152
7152
  weight: 2,
7153
7153
  max: 1,
7154
7154
  tools: {
7155
- testaro: {
7156
- motion: {
7155
+ aslint: {
7156
+ animationM: {
7157
7157
  variable: false,
7158
7158
  quality: 1,
7159
- what: 'Change of visible content not requested by user'
7159
+ what: 'Animation may fail to give user a pause, stop, or hide mechanism'
7160
7160
  }
7161
7161
  },
7162
- aslint: {
7163
- animationM: {
7162
+ testaro: {
7163
+ motion: {
7164
7164
  variable: false,
7165
7165
  quality: 1,
7166
- what: 'Animation may fail to give user a pause, stop, or hide mechanism'
7166
+ what: 'Change of visible content not requested by user'
7167
7167
  }
7168
7168
  }
7169
7169
  }