testilo 43.3.6 → 43.3.7

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 +5 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "43.3.6",
3
+ "version": "43.3.7",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -8103,31 +8103,16 @@ exports.issues = {
8103
8103
  }
8104
8104
  },
8105
8105
  focusableOperable: {
8106
- summary: 'focusable element inoperable',
8107
- why: 'Inoperability of an item violates a user expectation',
8106
+ summary: 'element focusability and operability conflict',
8107
+ why: 'Keyboard-only user cannot operate an item',
8108
8108
  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,
8109
+ weight: 3,
8125
8110
  tools: {
8126
8111
  testaro: {
8127
- opFoc: {
8112
+ focAndOp: {
8128
8113
  variable: false,
8129
8114
  quality: 1,
8130
- what: 'Operable element is not Tab-focusable'
8115
+ what: 'Tab-focusable element is not operable or vice versa'
8131
8116
  }
8132
8117
  }
8133
8118
  }