testilo 44.4.0 → 44.4.1

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 +10 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "44.4.0",
3
+ "version": "44.4.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -8358,7 +8358,7 @@ exports.issues = {
8358
8358
  }
8359
8359
  }
8360
8360
  },
8361
- tabFocusability: {
8361
+ unfocusability: {
8362
8362
  summary: 'element not focusable',
8363
8363
  why: 'Keyboard-only user cannot choose an item to operate',
8364
8364
  wcag: '2.1.1',
@@ -8377,7 +8377,15 @@ exports.issues = {
8377
8377
  quality: 1,
8378
8378
  what: 'iframe with negative tabindex has interactive elements'
8379
8379
  }
8380
- },
8380
+ }
8381
+ }
8382
+ },
8383
+ focusDiscrepancy: {
8384
+ summary: 'Tab-focusable elements wrong',
8385
+ why: 'Item selections by a keyboard-only user are useless or impossible',
8386
+ wcag: '2.1.1',
8387
+ weight: 4,
8388
+ tools: {
8381
8389
  testaro: {
8382
8390
  focAll: {
8383
8391
  variable: false,