testilo 17.0.4 → 17.0.5
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/tic36.js +7 -0
package/package.json
CHANGED
package/procs/score/tic36.js
CHANGED
|
@@ -2414,6 +2414,13 @@ exports.issues = {
|
|
|
2414
2414
|
what: 'No token in the value of the role attribute is valid'
|
|
2415
2415
|
}
|
|
2416
2416
|
},
|
|
2417
|
+
aslint: {
|
|
2418
|
+
'unsupported-role-on-element': {
|
|
2419
|
+
variable: false,
|
|
2420
|
+
quality: 1,
|
|
2421
|
+
what: 'Element has a role that is not valid for it'
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2417
2424
|
axe: {
|
|
2418
2425
|
'aria-roles': {
|
|
2419
2426
|
variable: false,
|