testilo 13.9.0 → 13.10.0

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": "13.9.0",
3
+ "version": "13.10.0",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -1719,6 +1719,13 @@ exports.issueClasses = {
1719
1719
  quality: 1,
1720
1720
  what: 'Links have the same text but different destinations'
1721
1721
  }
1722
+ },
1723
+ testaro: {
1724
+ linkAmb: {
1725
+ variable: false,
1726
+ quality: 1,
1727
+ what: 'Text content is identical in links with different destinations'
1728
+ }
1722
1729
  }
1723
1730
  }
1724
1731
  },
@@ -2148,6 +2155,13 @@ exports.issueClasses = {
2148
2155
  quality: 1,
2149
2156
  what: 'Text is needlessly rotated 60+ degrees or more, hurting comprehension'
2150
2157
  }
2158
+ },
2159
+ testaro: {
2160
+ rotation: {
2161
+ variable: false,
2162
+ quality: 1,
2163
+ what: 'Element text content is rotated'
2164
+ }
2151
2165
  }
2152
2166
  }
2153
2167
  },
@@ -3790,6 +3804,13 @@ exports.issueClasses = {
3790
3804
  what: 'Link has a title attribute that is the same as the text inside the link'
3791
3805
  }
3792
3806
  },
3807
+ testaro: {
3808
+ linkTitle: {
3809
+ variable: false,
3810
+ quality: 1,
3811
+ what: 'Link has a title attribute that repeats link text content'
3812
+ }
3813
+ },
3793
3814
  wave: {
3794
3815
  title_redundant: {
3795
3816
  variable: false,
@@ -4188,6 +4209,13 @@ exports.issueClasses = {
4188
4209
  quality: 1,
4189
4210
  what: 'Multiple consecutive br elements may simulate paragraphs'
4190
4211
  }
4212
+ },
4213
+ testaro: {
4214
+ pseudoP: {
4215
+ variable: false,
4216
+ quality: 1,
4217
+ what: 'Element has 2 or more consecutive child br elements'
4218
+ }
4191
4219
  }
4192
4220
  }
4193
4221
  },
@@ -5251,6 +5279,13 @@ exports.issueClasses = {
5251
5279
  quality: 1,
5252
5280
  what: 'Long string of text is in all caps'
5253
5281
  }
5282
+ },
5283
+ testaro: {
5284
+ allCaps: {
5285
+ variable: false,
5286
+ quality: 1,
5287
+ what: 'Leaf element has entirely upper-case text content at least 8 characters long'
5288
+ }
5254
5289
  }
5255
5290
  }
5256
5291
  },
@@ -5271,6 +5306,13 @@ exports.issueClasses = {
5271
5306
  quality: 1,
5272
5307
  what: 'Long string of text is italic'
5273
5308
  }
5309
+ },
5310
+ testaro: {
5311
+ allSlanted: {
5312
+ variable: false,
5313
+ quality: 1,
5314
+ what: 'Leaf element has entirely italic or oblique text content at least 40 characters long'
5315
+ }
5274
5316
  }
5275
5317
  }
5276
5318
  },