testilo 17.0.4 → 17.0.6

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": "17.0.4",
3
+ "version": "17.0.6",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -511,6 +511,13 @@ exports.issues = {
511
511
  quality: 1,
512
512
  what: 'Image text alternative is the filename instead'
513
513
  }
514
+ },
515
+ aslint: {
516
+ 'alt-text-include-filename': {
517
+ variable: false,
518
+ quality: 1,
519
+ what: 'Image text alternative includes a filename'
520
+ }
514
521
  }
515
522
  }
516
523
  },
@@ -683,6 +690,20 @@ exports.issues = {
683
690
  }
684
691
  }
685
692
  },
693
+ backgroundImageRisk: {
694
+ why: 'Helper ignores an image that may be informative',
695
+ wcag: '1.1.1',
696
+ weight: 1,
697
+ tools: {
698
+ aslint: {
699
+ 'css-images-convey-information': {
700
+ variable: false,
701
+ quality: 1,
702
+ what: 'Background image may be informative'
703
+ }
704
+ }
705
+ }
706
+ },
686
707
  decorativeElementExposed: {
687
708
  why: 'Helper alerts a user to an uninformative image',
688
709
  wcag: '1.3.1',
@@ -1954,14 +1975,28 @@ exports.issues = {
1954
1975
  'svg-img-alt': {
1955
1976
  variable: false,
1956
1977
  quality: 1,
1957
- what: 'svg element with an img role has no text alternative'
1978
+ what: 'Element with an img role has no text alternative'
1958
1979
  }
1959
1980
  },
1960
1981
  qualWeb: {
1961
1982
  'QW-ACT-R21': {
1962
1983
  variable: false,
1963
1984
  quality: 1,
1964
- what: 'svg element with an explicit role has no accessible name'
1985
+ what: 'Element with an explicit role has no accessible name'
1986
+ }
1987
+ }
1988
+ }
1989
+ },
1990
+ svgLabelID: {
1991
+ why: 'User cannot get help understanding an image',
1992
+ wcag: '1.1.1',
1993
+ weight: 4,
1994
+ tools: {
1995
+ aslint: {
1996
+ 'accessible-svgI': {
1997
+ variable: false,
1998
+ quality: 1,
1999
+ what: 'Element references a nonexisting element as its label'
1965
2000
  }
1966
2001
  }
1967
2002
  }
@@ -2414,6 +2449,13 @@ exports.issues = {
2414
2449
  what: 'No token in the value of the role attribute is valid'
2415
2450
  }
2416
2451
  },
2452
+ aslint: {
2453
+ 'unsupported-role-on-element': {
2454
+ variable: false,
2455
+ quality: 1,
2456
+ what: 'Element has a role that is not valid for it'
2457
+ }
2458
+ },
2417
2459
  axe: {
2418
2460
  'aria-roles': {
2419
2461
  variable: false,
@@ -6248,7 +6290,7 @@ exports.issues = {
6248
6290
  }
6249
6291
  }
6250
6292
  },
6251
- tabIndexBad: {
6293
+ tabIndexEmpty: {
6252
6294
  why: 'No-mouse user cannot follow the intended navigation sequence',
6253
6295
  wcag: '1.3.1',
6254
6296
  weight: 4,
@@ -6262,6 +6304,20 @@ exports.issues = {
6262
6304
  }
6263
6305
  }
6264
6306
  },
6307
+ tabIndexInt: {
6308
+ why: 'No-mouse user cannot follow the intended navigation sequence',
6309
+ wcag: '1.3.1',
6310
+ weight: 4,
6311
+ tools: {
6312
+ aslint: {
6313
+ 'accessible-svgT': {
6314
+ variable: true,
6315
+ quality: 1,
6316
+ what: 'Element has a non-integer tabindex attribute'
6317
+ }
6318
+ }
6319
+ }
6320
+ },
6265
6321
  audioContentNoText: {
6266
6322
  why: 'User cannot get help reading speech as text',
6267
6323
  wcag: '1.2.1',