testilo 52.1.2 → 52.1.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/tic.js +13 -5
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -7753,7 +7753,7 @@ exports.issues = {
|
|
|
7753
7753
|
controlNoText: {
|
|
7754
7754
|
summary: 'control not named',
|
|
7755
7755
|
why: 'User cannot get help on how to operate a form item',
|
|
7756
|
-
wcag: '
|
|
7756
|
+
wcag: '1.3.1',
|
|
7757
7757
|
weight: 4,
|
|
7758
7758
|
tools: {
|
|
7759
7759
|
alfa: {
|
|
@@ -8228,7 +8228,7 @@ exports.issues = {
|
|
|
8228
8228
|
}
|
|
8229
8229
|
}
|
|
8230
8230
|
},
|
|
8231
|
-
|
|
8231
|
+
focusIndicationBad: {
|
|
8232
8232
|
summary: 'focus indication poor',
|
|
8233
8233
|
why: 'Keyboard-only user cannot choose an item to operate',
|
|
8234
8234
|
wcag: '2.4.7',
|
|
@@ -8247,18 +8247,26 @@ exports.issues = {
|
|
|
8247
8247
|
quality: 1,
|
|
8248
8248
|
what: 'Element may get invisibly focused because its outline has no thickness'
|
|
8249
8249
|
}
|
|
8250
|
-
}
|
|
8250
|
+
}
|
|
8251
|
+
}
|
|
8252
|
+
},
|
|
8253
|
+
focusIndicationImprovable: {
|
|
8254
|
+
summary: 'focus indication improvable',
|
|
8255
|
+
why: 'Keyboard-only user cannot easily choose an item to operate',
|
|
8256
|
+
wcag: '2.4.7',
|
|
8257
|
+
weight: 2,
|
|
8258
|
+
tools: {
|
|
8251
8259
|
testaro: {
|
|
8252
8260
|
focInd: {
|
|
8253
8261
|
variable: false,
|
|
8254
8262
|
quality: 1,
|
|
8255
|
-
what: '
|
|
8263
|
+
what: 'Outline identification of when the element is focused is improvable'
|
|
8256
8264
|
}
|
|
8257
8265
|
}
|
|
8258
8266
|
}
|
|
8259
8267
|
},
|
|
8260
8268
|
focusIndicationRisk: {
|
|
8261
|
-
summary: 'focus indication poor',
|
|
8269
|
+
summary: 'focus indication poor?',
|
|
8262
8270
|
why: 'Keyboard-only user cannot choose an item to operate',
|
|
8263
8271
|
wcag: '2.4.7',
|
|
8264
8272
|
weight: 1,
|