testilo 31.0.2 → 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 +8 -8
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
|
}
|
|
@@ -7152,18 +7152,18 @@ exports.issues = {
|
|
|
7152
7152
|
weight: 2,
|
|
7153
7153
|
max: 1,
|
|
7154
7154
|
tools: {
|
|
7155
|
-
|
|
7156
|
-
|
|
7155
|
+
aslint: {
|
|
7156
|
+
animationM: {
|
|
7157
7157
|
variable: false,
|
|
7158
7158
|
quality: 1,
|
|
7159
|
-
what: '
|
|
7159
|
+
what: 'Animation may fail to give user a pause, stop, or hide mechanism'
|
|
7160
7160
|
}
|
|
7161
7161
|
},
|
|
7162
|
-
|
|
7163
|
-
|
|
7162
|
+
testaro: {
|
|
7163
|
+
motion: {
|
|
7164
7164
|
variable: false,
|
|
7165
7165
|
quality: 1,
|
|
7166
|
-
what: '
|
|
7166
|
+
what: 'Change of visible content not requested by user'
|
|
7167
7167
|
}
|
|
7168
7168
|
}
|
|
7169
7169
|
}
|