testilo 17.0.6 → 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.6",
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,
@@ -1023,18 +1030,25 @@ exports.issues = {
1023
1030
  wcag: '1.1.1',
1024
1031
  weight: 4,
1025
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
+ },
1026
1040
  axe: {
1027
1041
  'area-alt': {
1028
1042
  variable: false,
1029
1043
  quality: 1,
1030
- what: 'Active area element has no text alternative'
1044
+ what: 'Element is an active area element but has no text alternative'
1031
1045
  }
1032
1046
  },
1033
1047
  htmlcs: {
1034
1048
  'AAA.1_1_1.H24': {
1035
1049
  variable: false,
1036
1050
  quality: 1,
1037
- 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'
1038
1052
  }
1039
1053
  },
1040
1054
  ibm: {
@@ -1046,7 +1060,7 @@ exports.issues = {
1046
1060
  'WCAG20_Area_HasAlt': {
1047
1061
  variable: false,
1048
1062
  quality: 1,
1049
- 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'
1050
1064
  }
1051
1065
  },
1052
1066
  qualWeb: {
@@ -1681,6 +1695,13 @@ exports.issues = {
1681
1695
  wcag: '2.4.4',
1682
1696
  weight: 2,
1683
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
+ },
1684
1705
  qualWeb: {
1685
1706
  'QW-WCAG-T10': {
1686
1707
  variable: false,
@@ -1968,7 +1989,14 @@ exports.issues = {
1968
1989
  r43: {
1969
1990
  variable: false,
1970
1991
  quality: 1,
1971
- 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'
1972
2000
  }
1973
2001
  },
1974
2002
  axe: {
@@ -3464,6 +3492,13 @@ exports.issues = {
3464
3492
  wcag: '1.1.1',
3465
3493
  weight: 1,
3466
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
+ },
3467
3502
  axe: {
3468
3503
  'image-redundant-alt': {
3469
3504
  variable: false,
@@ -7326,6 +7361,20 @@ exports.issues = {
7326
7361
  }
7327
7362
  }
7328
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
+ },
7329
7378
  overlay: {
7330
7379
  why: 'Help for the user may be complex, inconsistent, and ineffective',
7331
7380
  wcag: '4.1',