testilo 16.0.6 → 16.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 +1 -1
- package/procs/score/tic33.js +22 -1
package/package.json
CHANGED
package/procs/score/tic33.js
CHANGED
|
@@ -152,6 +152,20 @@ exports.issues = {
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
|
+
roleNoText: {
|
|
156
|
+
why: 'User cannot get help understanding an item',
|
|
157
|
+
wcag: '4.1.2',
|
|
158
|
+
weight: 4,
|
|
159
|
+
tools: {
|
|
160
|
+
ibm: {
|
|
161
|
+
aria_accessiblename_exists: {
|
|
162
|
+
variable: false,
|
|
163
|
+
quality: 1,
|
|
164
|
+
what: 'Element has no accessible name, although its role requires one'
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
155
169
|
componentNoText: {
|
|
156
170
|
why: 'User cannot get help understanding a custom item',
|
|
157
171
|
wcag: '4.1.2',
|
|
@@ -5493,6 +5507,13 @@ exports.issues = {
|
|
|
5493
5507
|
quality: 1,
|
|
5494
5508
|
what: 'Page includes more than 1 visible main element'
|
|
5495
5509
|
}
|
|
5510
|
+
},
|
|
5511
|
+
qualWeb: {
|
|
5512
|
+
'QW-BP22': {
|
|
5513
|
+
variable: false,
|
|
5514
|
+
quality: 1,
|
|
5515
|
+
what: 'Document has more than 1 element with a main role'
|
|
5516
|
+
}
|
|
5496
5517
|
}
|
|
5497
5518
|
}
|
|
5498
5519
|
},
|
|
@@ -6625,7 +6646,7 @@ exports.issues = {
|
|
|
6625
6646
|
weight: 1,
|
|
6626
6647
|
tools: {
|
|
6627
6648
|
wave: {
|
|
6628
|
-
|
|
6649
|
+
html5_video_audio: {
|
|
6629
6650
|
variable: false,
|
|
6630
6651
|
quality: 1,
|
|
6631
6652
|
what: 'video or audio element may have no or incorrect captions, transcript, or audio description'
|