testilo 17.0.5 → 17.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "17.0.5",
3
+ "version": "17.0.7",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -412,6 +412,13 @@ exports.issues = {
412
412
  what: 'Image has no accessible name'
413
413
  }
414
414
  },
415
+ aslint: {
416
+ 'missing-alt-attribute': {
417
+ variable: false,
418
+ quality: 1,
419
+ what: 'Image has no alt attribute'
420
+ }
421
+ },
415
422
  axe: {
416
423
  'image-alt': {
417
424
  variable: false,
@@ -511,6 +518,13 @@ exports.issues = {
511
518
  quality: 1,
512
519
  what: 'Image text alternative is the filename instead'
513
520
  }
521
+ },
522
+ aslint: {
523
+ 'alt-text-include-filename': {
524
+ variable: false,
525
+ quality: 1,
526
+ what: 'Image text alternative includes a filename'
527
+ }
514
528
  }
515
529
  }
516
530
  },
@@ -683,6 +697,20 @@ exports.issues = {
683
697
  }
684
698
  }
685
699
  },
700
+ backgroundImageRisk: {
701
+ why: 'Helper ignores an image that may be informative',
702
+ wcag: '1.1.1',
703
+ weight: 1,
704
+ tools: {
705
+ aslint: {
706
+ 'css-images-convey-information': {
707
+ variable: false,
708
+ quality: 1,
709
+ what: 'Background image may be informative'
710
+ }
711
+ }
712
+ }
713
+ },
686
714
  decorativeElementExposed: {
687
715
  why: 'Helper alerts a user to an uninformative image',
688
716
  wcag: '1.3.1',
@@ -1002,18 +1030,25 @@ exports.issues = {
1002
1030
  wcag: '1.1.1',
1003
1031
  weight: 4,
1004
1032
  tools: {
1033
+ aslint: {
1034
+ 'a-area-missing-alt': {
1035
+ variable: false,
1036
+ quality: 1,
1037
+ what: 'Text alternative of the element is missing or empty'
1038
+ }
1039
+ },
1005
1040
  axe: {
1006
1041
  'area-alt': {
1007
1042
  variable: false,
1008
1043
  quality: 1,
1009
- what: 'Active area element has no text alternative'
1044
+ what: 'Element is an active area element but has no text alternative'
1010
1045
  }
1011
1046
  },
1012
1047
  htmlcs: {
1013
1048
  'AAA.1_1_1.H24': {
1014
1049
  variable: false,
1015
1050
  quality: 1,
1016
- what: 'Area element in an image map has no alt attribute'
1051
+ what: 'Element is an area in an image map but has no alt attribute'
1017
1052
  }
1018
1053
  },
1019
1054
  ibm: {
@@ -1025,7 +1060,7 @@ exports.issues = {
1025
1060
  'WCAG20_Area_HasAlt': {
1026
1061
  variable: false,
1027
1062
  quality: 1,
1028
- what: 'Area element in an image map has no text alternative'
1063
+ what: 'Element is an area in an image map but has no text alternative'
1029
1064
  }
1030
1065
  },
1031
1066
  qualWeb: {
@@ -1660,6 +1695,13 @@ exports.issues = {
1660
1695
  wcag: '2.4.4',
1661
1696
  weight: 2,
1662
1697
  tools: {
1698
+ aslint: {
1699
+ 'img-adjacent-duplicate-text-link': {
1700
+ variable: false,
1701
+ quality: 1,
1702
+ what: 'Link and an adjacent link are logically 1 link but are not combined'
1703
+ }
1704
+ },
1663
1705
  qualWeb: {
1664
1706
  'QW-WCAG-T10': {
1665
1707
  variable: false,
@@ -1947,21 +1989,42 @@ exports.issues = {
1947
1989
  r43: {
1948
1990
  variable: false,
1949
1991
  quality: 1,
1950
- what: 'SVG image element has no accessible name'
1992
+ what: 'Element has no accessible name'
1993
+ }
1994
+ },
1995
+ aslint: {
1996
+ 'accessible-svgN': {
1997
+ variable: false,
1998
+ quality: 1,
1999
+ what: 'Element has no title, description, text, attribute label, or role description'
1951
2000
  }
1952
2001
  },
1953
2002
  axe: {
1954
2003
  'svg-img-alt': {
1955
2004
  variable: false,
1956
2005
  quality: 1,
1957
- what: 'svg element with an img role has no text alternative'
2006
+ what: 'Element with an img role has no text alternative'
1958
2007
  }
1959
2008
  },
1960
2009
  qualWeb: {
1961
2010
  'QW-ACT-R21': {
1962
2011
  variable: false,
1963
2012
  quality: 1,
1964
- what: 'svg element with an explicit role has no accessible name'
2013
+ what: 'Element with an explicit role has no accessible name'
2014
+ }
2015
+ }
2016
+ }
2017
+ },
2018
+ svgLabelID: {
2019
+ why: 'User cannot get help understanding an image',
2020
+ wcag: '1.1.1',
2021
+ weight: 4,
2022
+ tools: {
2023
+ aslint: {
2024
+ 'accessible-svgI': {
2025
+ variable: false,
2026
+ quality: 1,
2027
+ what: 'Element references a nonexisting element as its label'
1965
2028
  }
1966
2029
  }
1967
2030
  }
@@ -3429,6 +3492,13 @@ exports.issues = {
3429
3492
  wcag: '1.1.1',
3430
3493
  weight: 1,
3431
3494
  tools: {
3495
+ aslint: {
3496
+ 'img-alt-duplicate-text-link': {
3497
+ variable: false,
3498
+ quality: 1,
3499
+ what: 'Text alternative of the image duplicates the text of the enclosing link'
3500
+ }
3501
+ },
3432
3502
  axe: {
3433
3503
  'image-redundant-alt': {
3434
3504
  variable: false,
@@ -6255,7 +6325,7 @@ exports.issues = {
6255
6325
  }
6256
6326
  }
6257
6327
  },
6258
- tabIndexBad: {
6328
+ tabIndexEmpty: {
6259
6329
  why: 'No-mouse user cannot follow the intended navigation sequence',
6260
6330
  wcag: '1.3.1',
6261
6331
  weight: 4,
@@ -6269,6 +6339,20 @@ exports.issues = {
6269
6339
  }
6270
6340
  }
6271
6341
  },
6342
+ tabIndexInt: {
6343
+ why: 'No-mouse user cannot follow the intended navigation sequence',
6344
+ wcag: '1.3.1',
6345
+ weight: 4,
6346
+ tools: {
6347
+ aslint: {
6348
+ 'accessible-svgT': {
6349
+ variable: true,
6350
+ quality: 1,
6351
+ what: 'Element has a non-integer tabindex attribute'
6352
+ }
6353
+ }
6354
+ }
6355
+ },
6272
6356
  audioContentNoText: {
6273
6357
  why: 'User cannot get help reading speech as text',
6274
6358
  wcag: '1.2.1',
@@ -7277,6 +7361,20 @@ exports.issues = {
7277
7361
  }
7278
7362
  }
7279
7363
  },
7364
+ captcha2: {
7365
+ why: 'User is prevented from consuming the document',
7366
+ wcag: '1.1.1',
7367
+ weight: 1,
7368
+ tools: {
7369
+ aslint: {
7370
+ 'captcha-google': {
7371
+ variable: false,
7372
+ quality: 1,
7373
+ what: 'Document employs Google CAPTCHA version 2'
7374
+ }
7375
+ }
7376
+ }
7377
+ },
7280
7378
  overlay: {
7281
7379
  why: 'Help for the user may be complex, inconsistent, and ineffective',
7282
7380
  wcag: '4.1',