testilo 19.4.2 → 20.0.1
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/tic37.js +2 -2
- package/procs/score/tic38.js +8549 -0
- package/procs/score/tsp38.js +300 -0
package/package.json
CHANGED
package/procs/score/tic37.js
CHANGED
|
@@ -3585,12 +3585,12 @@ exports.issues = {
|
|
|
3585
3585
|
summary: 'autocomplete missing',
|
|
3586
3586
|
why: 'User cannot get help entering personal information in a form',
|
|
3587
3587
|
wcag: '1.3.5',
|
|
3588
|
-
weight:
|
|
3588
|
+
weight: 4,
|
|
3589
3589
|
tools: {
|
|
3590
3590
|
testaro: {
|
|
3591
3591
|
autocomplete: {
|
|
3592
3592
|
variable: false,
|
|
3593
|
-
quality:
|
|
3593
|
+
quality: 0.5,
|
|
3594
3594
|
what: 'Name or email input is missing its required autocomplete attribute'
|
|
3595
3595
|
}
|
|
3596
3596
|
}
|