testilo 13.2.1 → 13.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/tic27.js +5 -0
package/package.json
CHANGED
package/procs/score/tic27.js
CHANGED
|
@@ -3151,6 +3151,11 @@ exports.issueClasses = {
|
|
|
3151
3151
|
variable: false,
|
|
3152
3152
|
quality: 1,
|
|
3153
3153
|
what: 'autocomplete attribute has an empty value'
|
|
3154
|
+
},
|
|
3155
|
+
'An input element with a type attribute whose value is hidden must not have an autocomplete attribute whose value is on or off.': {
|
|
3156
|
+
variable: false,
|
|
3157
|
+
quality: 1,
|
|
3158
|
+
what: 'autocomplete attribute belongs to a hidden element but has an on or off value'
|
|
3154
3159
|
}
|
|
3155
3160
|
},
|
|
3156
3161
|
qualWeb: {
|