testilo 52.1.3 → 52.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +12 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "52.1.3",
3
+ "version": "52.1.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -8228,7 +8228,7 @@ exports.issues = {
8228
8228
  }
8229
8229
  }
8230
8230
  },
8231
- focusIndication: {
8231
+ focusIndicationBad: {
8232
8232
  summary: 'focus indication poor',
8233
8233
  why: 'Keyboard-only user cannot choose an item to operate',
8234
8234
  wcag: '2.4.7',
@@ -8247,18 +8247,26 @@ exports.issues = {
8247
8247
  quality: 1,
8248
8248
  what: 'Element may get invisibly focused because its outline has no thickness'
8249
8249
  }
8250
- },
8250
+ }
8251
+ }
8252
+ },
8253
+ focusIndicationImprovable: {
8254
+ summary: 'focus indication improvable',
8255
+ why: 'Keyboard-only user cannot easily choose an item to operate',
8256
+ wcag: '2.4.7',
8257
+ weight: 2,
8258
+ tools: {
8251
8259
  testaro: {
8252
8260
  focInd: {
8253
8261
  variable: false,
8254
8262
  quality: 1,
8255
- what: 'Focused element displays a nonstandard or no focus indicator'
8263
+ what: 'Outline identification of when the element is focused is improvable'
8256
8264
  }
8257
8265
  }
8258
8266
  }
8259
8267
  },
8260
8268
  focusIndicationRisk: {
8261
- summary: 'focus indication poor',
8269
+ summary: 'focus indication poor?',
8262
8270
  why: 'Keyboard-only user cannot choose an item to operate',
8263
8271
  wcag: '2.4.7',
8264
8272
  weight: 1,