testilo 31.0.3 → 31.0.4
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/tic40.js +2 -2
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -7102,7 +7102,7 @@ exports.issues = {
|
|
|
7102
7102
|
},
|
|
7103
7103
|
menuNavigation: {
|
|
7104
7104
|
summary: 'menu navigation nonstandard',
|
|
7105
|
-
why: '
|
|
7105
|
+
why: 'Menus behave improperly for a keyboard-only user',
|
|
7106
7106
|
wcag: '2.1.1',
|
|
7107
7107
|
weight: 2,
|
|
7108
7108
|
tools: {
|
|
@@ -7110,7 +7110,7 @@ exports.issues = {
|
|
|
7110
7110
|
buttonMenu: {
|
|
7111
7111
|
variable: false,
|
|
7112
7112
|
quality: 1,
|
|
7113
|
-
what: '
|
|
7113
|
+
what: 'Menu buttons and menus behave nonstandardly'
|
|
7114
7114
|
}
|
|
7115
7115
|
}
|
|
7116
7116
|
}
|