testilo 43.3.6 → 43.3.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +6 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "43.3.6",
3
+ "version": "43.3.8",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -7168,7 +7168,7 @@ exports.issues = {
7168
7168
  targetSmall: {
7169
7169
  variable: false,
7170
7170
  quality: 1,
7171
- what: 'Button, input, or non-inline link is smaller than 44 px wide and high'
7171
+ what: 'Label, button, input, or link has substandard distance from another'
7172
7172
  }
7173
7173
  }
7174
7174
  }
@@ -7185,13 +7185,6 @@ exports.issues = {
7185
7185
  quality: 1,
7186
7186
  what: 'Target size is substandard'
7187
7187
  }
7188
- },
7189
- testaro: {
7190
- targetTiny: {
7191
- variable: false,
7192
- quality: 1,
7193
- what: 'Button, input, or non-inline link is smaller than 24 px wide and high'
7194
- }
7195
7188
  }
7196
7189
  }
7197
7190
  },
@@ -8103,31 +8096,16 @@ exports.issues = {
8103
8096
  }
8104
8097
  },
8105
8098
  focusableOperable: {
8106
- summary: 'focusable element inoperable',
8107
- why: 'Inoperability of an item violates a user expectation',
8099
+ summary: 'element focusability and operability conflict',
8100
+ why: 'Keyboard-only user cannot operate an item',
8108
8101
  wcag: '2.1.1',
8109
- weight: 2,
8110
- tools: {
8111
- testaro: {
8112
- focOp: {
8113
- variable: false,
8114
- quality: 1,
8115
- what: 'Tab-focusable element is inoperable'
8116
- }
8117
- }
8118
- }
8119
- },
8120
- operableFocusable: {
8121
- summary: 'operable element not focusable',
8122
- why: 'Keyboard-only user cannot navigate properly to an operable item',
8123
- wcag: '2.1.1',
8124
- weight: 4,
8102
+ weight: 3,
8125
8103
  tools: {
8126
8104
  testaro: {
8127
- opFoc: {
8105
+ focAndOp: {
8128
8106
  variable: false,
8129
8107
  quality: 1,
8130
- what: 'Operable element is not Tab-focusable'
8108
+ what: 'Tab-focusable element is not operable or vice versa'
8131
8109
  }
8132
8110
  }
8133
8111
  }