testilo 52.1.8 → 52.1.9

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 +21 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "52.1.8",
3
+ "version": "52.1.9",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -340,7 +340,7 @@ exports.issues = {
340
340
  'QW-BP2': {
341
341
  variable: false,
342
342
  quality: 1,
343
- what: 'Image text alternative is not concise'
343
+ what: 'Image text alternative is not concise [invalid]'
344
344
  },
345
345
  'QW-BP17': {
346
346
  variable: false,
@@ -1017,6 +1017,16 @@ exports.issues = {
1017
1017
  variable: false,
1018
1018
  quality: 1,
1019
1019
  what: 'Image text alternative is a URL instead'
1020
+ },
1021
+ altMeaningless: {
1022
+ variable: false,
1023
+ quality: 1,
1024
+ what: 'Image text alternative is a common placeholder'
1025
+ },
1026
+ altMeaninglessLinked: {
1027
+ variable: false,
1028
+ quality: 1,
1029
+ what: 'Image text alternative may describe the image but not the destination of its containing link'
1020
1030
  }
1021
1031
  },
1022
1032
  testaro: {
@@ -2736,6 +2746,11 @@ exports.issues = {
2736
2746
  variable: false,
2737
2747
  quality: 1,
2738
2748
  what: 'alt value of the link img element duplicates the text of a link beside it'
2749
+ },
2750
+ 'E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H2.EG3': {
2751
+ variable: false,
2752
+ quality: 1,
2753
+ what: 'alt value of the link img element duplicates the text of a link beside it'
2739
2754
  }
2740
2755
  }
2741
2756
  }
@@ -10505,6 +10520,11 @@ exports.issues = {
10505
10520
  quality: 1,
10506
10521
  what: 'align attribute is obsolete'
10507
10522
  },
10523
+ 'E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr': {
10524
+ variable: false,
10525
+ quality: 1,
10526
+ what: 'align attribute is obsolete'
10527
+ },
10508
10528
  'E-AAA.1_3_1.H63.2': {
10509
10529
  variable: false,
10510
10530
  quality: 1,