testilo 16.0.5 → 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 -6
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',
|
|
@@ -5306,11 +5320,6 @@ exports.issues = {
|
|
|
5306
5320
|
variable: false,
|
|
5307
5321
|
quality: 1,
|
|
5308
5322
|
what: 'Element text is distorted by a transform style property'
|
|
5309
|
-
},
|
|
5310
|
-
allCaps: {
|
|
5311
|
-
variable: false,
|
|
5312
|
-
quality: 1,
|
|
5313
|
-
what: 'Element has a text substring of at least 8 upper-case characters'
|
|
5314
5323
|
}
|
|
5315
5324
|
}
|
|
5316
5325
|
}
|
|
@@ -5498,6 +5507,13 @@ exports.issues = {
|
|
|
5498
5507
|
quality: 1,
|
|
5499
5508
|
what: 'Page includes more than 1 visible main element'
|
|
5500
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
|
+
}
|
|
5501
5517
|
}
|
|
5502
5518
|
}
|
|
5503
5519
|
},
|
|
@@ -6630,7 +6646,7 @@ exports.issues = {
|
|
|
6630
6646
|
weight: 1,
|
|
6631
6647
|
tools: {
|
|
6632
6648
|
wave: {
|
|
6633
|
-
|
|
6649
|
+
html5_video_audio: {
|
|
6634
6650
|
variable: false,
|
|
6635
6651
|
quality: 1,
|
|
6636
6652
|
what: 'video or audio element may have no or incorrect captions, transcript, or audio description'
|