testilo 13.2.0 → 13.2.2
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 +1 -1
- package/procs/score/tic27.js +40 -0
package/package.json
CHANGED
package/procs/score/tic27.js
CHANGED
|
@@ -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: {
|
|
@@ -3141,6 +3151,11 @@ exports.issueClasses = {
|
|
|
3141
3151
|
variable: false,
|
|
3142
3152
|
quality: 1,
|
|
3143
3153
|
what: 'autocomplete attribute has an empty value'
|
|
3154
|
+
},
|
|
3155
|
+
'An input element with a type attribute whose value is hidden must not have an autocomplete attribute whose value is on or off.': {
|
|
3156
|
+
variable: false,
|
|
3157
|
+
quality: 1,
|
|
3158
|
+
what: 'autocomplete attribute belongs to a hidden element but has an on or off value'
|
|
3144
3159
|
}
|
|
3145
3160
|
},
|
|
3146
3161
|
qualWeb: {
|
|
@@ -5037,6 +5052,11 @@ exports.issueClasses = {
|
|
|
5037
5052
|
variable: false,
|
|
5038
5053
|
quality: 1,
|
|
5039
5054
|
what: 'Content does not reside within an element with a landmark role'
|
|
5055
|
+
},
|
|
5056
|
+
aria_content_in_landmark: {
|
|
5057
|
+
variable: false,
|
|
5058
|
+
quality: 1,
|
|
5059
|
+
what: 'Content is not within a landmark element'
|
|
5040
5060
|
}
|
|
5041
5061
|
}
|
|
5042
5062
|
}
|
|
@@ -5227,6 +5247,11 @@ exports.issueClasses = {
|
|
|
5227
5247
|
variable: false,
|
|
5228
5248
|
quality: 1,
|
|
5229
5249
|
what: 'Landmark has no unique aria-labelledby or aria-label among landmarks in the same parent region'
|
|
5250
|
+
},
|
|
5251
|
+
aria_landmark_name_unique: {
|
|
5252
|
+
variable: false,
|
|
5253
|
+
quality: 1,
|
|
5254
|
+
what: 'Multiple landmarks with the same parent region are not distinguished from one another'
|
|
5230
5255
|
}
|
|
5231
5256
|
}
|
|
5232
5257
|
}
|
|
@@ -5319,6 +5344,11 @@ exports.issueClasses = {
|
|
|
5319
5344
|
variable: false,
|
|
5320
5345
|
quality: 1,
|
|
5321
5346
|
what: 'Element with a navigation role has no unique purpose label among the navigation-role elements'
|
|
5347
|
+
},
|
|
5348
|
+
aria_navigation_label_unique: {
|
|
5349
|
+
variable: false,
|
|
5350
|
+
quality: 1,
|
|
5351
|
+
what: 'Multiple elements with the navigation role do not have unique labels'
|
|
5322
5352
|
}
|
|
5323
5353
|
}
|
|
5324
5354
|
}
|
|
@@ -5345,6 +5375,11 @@ exports.issueClasses = {
|
|
|
5345
5375
|
variable: false,
|
|
5346
5376
|
quality: 1,
|
|
5347
5377
|
what: 'Element with a search role has no unique purpose label among the search-role elements'
|
|
5378
|
+
},
|
|
5379
|
+
aria_search_label_unique: {
|
|
5380
|
+
variable: false,
|
|
5381
|
+
quality: 1,
|
|
5382
|
+
what: 'Multiple elements with the search role do not have unique labels'
|
|
5348
5383
|
}
|
|
5349
5384
|
}
|
|
5350
5385
|
}
|
|
@@ -5474,6 +5509,11 @@ exports.issueClasses = {
|
|
|
5474
5509
|
variable: false,
|
|
5475
5510
|
quality: 1,
|
|
5476
5511
|
what: 'Focusable element is within the subtree of an element with aria-hidden set to true'
|
|
5512
|
+
},
|
|
5513
|
+
aria_hidden_nontabbable: {
|
|
5514
|
+
variable: false,
|
|
5515
|
+
quality: 1,
|
|
5516
|
+
what: 'Element has an ancestor with a true aria-hidden attribute but is focusable'
|
|
5477
5517
|
}
|
|
5478
5518
|
},
|
|
5479
5519
|
qualWeb: {
|