testilo 43.3.6 → 43.3.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/tic.js +5 -20
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -8103,31 +8103,16 @@ exports.issues = {
|
|
|
8103
8103
|
}
|
|
8104
8104
|
},
|
|
8105
8105
|
focusableOperable: {
|
|
8106
|
-
summary: '
|
|
8107
|
-
why: '
|
|
8106
|
+
summary: 'element focusability and operability conflict',
|
|
8107
|
+
why: 'Keyboard-only user cannot operate an item',
|
|
8108
8108
|
wcag: '2.1.1',
|
|
8109
|
-
weight:
|
|
8110
|
-
tools: {
|
|
8111
|
-
testaro: {
|
|
8112
|
-
focOp: {
|
|
8113
|
-
variable: false,
|
|
8114
|
-
quality: 1,
|
|
8115
|
-
what: 'Tab-focusable element is inoperable'
|
|
8116
|
-
}
|
|
8117
|
-
}
|
|
8118
|
-
}
|
|
8119
|
-
},
|
|
8120
|
-
operableFocusable: {
|
|
8121
|
-
summary: 'operable element not focusable',
|
|
8122
|
-
why: 'Keyboard-only user cannot navigate properly to an operable item',
|
|
8123
|
-
wcag: '2.1.1',
|
|
8124
|
-
weight: 4,
|
|
8109
|
+
weight: 3,
|
|
8125
8110
|
tools: {
|
|
8126
8111
|
testaro: {
|
|
8127
|
-
|
|
8112
|
+
focAndOp: {
|
|
8128
8113
|
variable: false,
|
|
8129
8114
|
quality: 1,
|
|
8130
|
-
what: '
|
|
8115
|
+
what: 'Tab-focusable element is not operable or vice versa'
|
|
8131
8116
|
}
|
|
8132
8117
|
}
|
|
8133
8118
|
}
|