testilo 43.2.1 → 43.2.2
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 +6 -1
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -4583,9 +4583,14 @@ exports.issues = {
|
|
|
4583
4583
|
}
|
|
4584
4584
|
},
|
|
4585
4585
|
wax: {
|
|
4586
|
-
'
|
|
4586
|
+
'Ensure the autocomplete attribute is correct and suitable for the form field.': {
|
|
4587
4587
|
variable: false,
|
|
4588
4588
|
quality: 1,
|
|
4589
|
+
what: 'autocomplete attribute may be incorrect or unsuitable for the form field'
|
|
4590
|
+
},
|
|
4591
|
+
'^This element contains a potentially faulty value in its autocomplete attribute: .+$': {
|
|
4592
|
+
variable: true,
|
|
4593
|
+
quality: 1,
|
|
4589
4594
|
what: 'Element contains a potentially faulty value in its autocomplete attribute'
|
|
4590
4595
|
}
|
|
4591
4596
|
}
|