testilo 13.2.0 → 13.2.1

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.2.0",
3
+ "version": "13.2.1",
4
4
  "description": "Client that scores and digests Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -108,6 +108,11 @@ exports.issueClasses = {
108
108
  variable: false,
109
109
  quality: 1,
110
110
  what: 'Element id attribute value is not unique within the document'
111
+ },
112
+ element_id_unique: {
113
+ variable: false,
114
+ quality: 1,
115
+ what: 'Element has an id attribute value that is already in use'
111
116
  }
112
117
  },
113
118
  nuVal: {
@@ -3093,6 +3098,11 @@ exports.issueClasses = {
3093
3098
  variable: false,
3094
3099
  quality: 1,
3095
3100
  what: 'ARIA property does not reference the non-empty unique id of a visible element'
3101
+ },
3102
+ aria_id_unique: {
3103
+ variable: false,
3104
+ quality: 1,
3105
+ what: 'ARIA attribute has an invalid or duplicated id as its value'
3096
3106
  }
3097
3107
  },
3098
3108
  wave: {
@@ -5037,6 +5047,11 @@ exports.issueClasses = {
5037
5047
  variable: false,
5038
5048
  quality: 1,
5039
5049
  what: 'Content does not reside within an element with a landmark role'
5050
+ },
5051
+ aria_content_in_landmark: {
5052
+ variable: false,
5053
+ quality: 1,
5054
+ what: 'Content is not within a landmark element'
5040
5055
  }
5041
5056
  }
5042
5057
  }
@@ -5227,6 +5242,11 @@ exports.issueClasses = {
5227
5242
  variable: false,
5228
5243
  quality: 1,
5229
5244
  what: 'Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region'
5245
+ },
5246
+ aria_landmark_name_unique: {
5247
+ variable: false,
5248
+ quality: 1,
5249
+ what: 'Multiple landmarks with the same parent region are not distinguished from one another'
5230
5250
  }
5231
5251
  }
5232
5252
  }
@@ -5319,6 +5339,11 @@ exports.issueClasses = {
5319
5339
  variable: false,
5320
5340
  quality: 1,
5321
5341
  what: 'Element with a navigation role has no unique purpose label among the navigation-role elements'
5342
+ },
5343
+ aria_navigation_label_unique: {
5344
+ variable: false,
5345
+ quality: 1,
5346
+ what: 'Multiple elements with the navigation role do not have unique labels'
5322
5347
  }
5323
5348
  }
5324
5349
  }
@@ -5345,6 +5370,11 @@ exports.issueClasses = {
5345
5370
  variable: false,
5346
5371
  quality: 1,
5347
5372
  what: 'Element with a search role has no unique purpose label among the search-role elements'
5373
+ },
5374
+ aria_search_label_unique: {
5375
+ variable: false,
5376
+ quality: 1,
5377
+ what: 'Multiple elements with the search role do not have unique labels'
5348
5378
  }
5349
5379
  }
5350
5380
  }
@@ -5474,6 +5504,11 @@ exports.issueClasses = {
5474
5504
  variable: false,
5475
5505
  quality: 1,
5476
5506
  what: 'Focusable element is within the subtree of an element with aria-hidden set to true'
5507
+ },
5508
+ aria_hidden_nontabbable: {
5509
+ variable: false,
5510
+ quality: 1,
5511
+ what: 'Element has an ancestor with a true aria-hidden attribute but is focusable'
5477
5512
  }
5478
5513
  },
5479
5514
  qualWeb: {